/usr/lib/R/site-library/sourcetools/DESCRIPTION is in r-cran-sourcetools 0.1.6-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | Package: sourcetools
Type: Package
Title: Tools for Reading, Tokenizing and Parsing R Code
Version: 0.1.6
Author: Kevin Ushey
Maintainer: Kevin Ushey <kevinushey@gmail.com>
Description: Tools for the reading and tokenization of R code. The
'sourcetools' package provides both an R and C++ interface for the tokenization
of R code, and helpers for interacting with the tokenized representation of R
code.
License: MIT + file LICENSE
LazyData: TRUE
Depends: R (>= 3.0.2)
Suggests: testthat
RoxygenNote: 5.0.1
BugReports: https://github.com/kevinushey/sourcetools/issues
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2017-04-05 19:41:15 UTC; kevin
Repository: CRAN
Date/Publication: 2017-04-05 21:57:43 UTC
Built: R 3.4.2; x86_64-pc-linux-gnu; 'Thu, 12 Oct 2017 18:49:37 +0200'; unix
|