/usr/lib/R/site-library/desc/DESCRIPTION is in r-cran-desc 1.1.1-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 29 30 | Package: desc
Title: Manipulate DESCRIPTION Files
Version: 1.1.1
Authors@R: c(
person("Gábor", "Csárdi",, "csardi.gabor@gmail.com", role = c("aut", "cre")),
person("Kirill", "Müller", role = c("aut")))
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Description: Tools to read, write, create, and manipulate DESCRIPTION files.
It is intended for packages that create or manipulate other packages.
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/r-lib/desc#readme
BugReports: https://github.com/r-lib/desc/issues
Depends: R (>= 3.1.0)
Suggests: covr, testthat, whoami, withr
Imports: assertthat, utils, R6, crayon, rprojroot
Encoding: UTF-8
RoxygenNote: 5.0.1.9000
Collate: 'assertions.R' 'authors-at-r.R' 'classes.R' 'collate.R'
'constants.R' 'deps.R' 'description.R' 'encoding.R' 'latex.R'
'non-oo-api.R' 'package-archives.R' 'read.R' 'remotes.R'
'str.R' 'syntax_checks.R' 'urls.R' 'utils.R' 'validate.R'
'version.R'
NeedsCompilation: no
Packaged: 2017-08-03 09:45:28 UTC; gaborcsardi
Author: Gábor Csárdi [aut, cre],
Kirill Müller [aut]
Repository: CRAN
Date/Publication: 2017-08-03 15:22:33 UTC
Built: R 3.4.2; ; 'Mon, 02 Oct 2017 08:19:40 +0200'; unix
|