/usr/lib/R/site-library/littler/DESCRIPTION is in r-cran-littler 0.3.3-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 23 24 25 26 27 28 | Package: littler
Type: Package
Title: R at the Command-Line via 'r'
Version: 0.3.3
Date: 2017-12-17
Author: Dirk Eddelbuettel and Jeff Horner
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Description: A scripting and command-line front-end
is provided by 'r' (aka 'littler') as a lightweight binary wrapper around
the GNU R language and environment for statistical computing and graphics.
While R can be used in batch mode, the r binary adds full support for
both 'shebang'-style scripting (i.e. using a hash-mark-exclamation-path
expression as the first line in scripts) as well as command-line use in
standard Unix pipelines. In other words, r provides the R language without
the environment.
URL: http://dirk.eddelbuettel.com/code/littler.html
BugReports: https://github.com/eddelbuettel/littler/issues
License: GPL (>= 2)
OS_type: unix
SystemRequirements: libR
Suggests: knitr, docopt, rcmdcheck
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2017-12-17 16:39:28 UTC; edd
Repository: CRAN
Date/Publication: 2017-12-17 16:59:19 UTC
Built: R 3.4.3; x86_64-pc-linux-gnu; "Sun, 17 Dec 2017 15:46:23 -0600"; unix
|