/usr/lib/R/site-library/desc/DESCRIPTION2 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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | Package: roxygen2
Title: In-Source Documentation for R
Description: A 'Doxygen'-like in-source documentation system
for Rd, collation, and 'NAMESPACE' files.
URL: https://github.com/klutometis/roxygen
Version: 4.1.1.9000
License: GPL (>= 2)
Authors@R: c(
person("Hadley", "Wickham",, "h.wickham@gmail.com", c("aut", "cre", "cph")),
person("Peter", "Danenberg",, "pcd@roxygen.org", c("aut", "cph")),
person("Manuel", "Eugster", role = c("aut", "cph")),
person("RStudio", role = "cph")
)
Depends:
R (>= 3.0.2)
Imports:
stringr (>= 0.5),
brew,
digest,
methods,
Rcpp (>= 0.11.0)
Suggests:
testthat (>= 0.8.0),
knitr
VignetteBuilder: knitr
LinkingTo: Rcpp
Collate:
'RcppExports.R'
'alias.R'
'description.R'
'family.R'
'inherit-params.R'
'minidesc.R'
'object-defaults.R'
'object-from-call.R'
'object.R'
'order-params.R'
'parse-preref.R'
'parse-registry.R'
'parse.R'
'rc.R'
'rd-escape.R'
'rd-file-api.R'
'rd-parse.R'
'rd-tag-api.R'
'roclet-collate.R'
'roclet-namespace.R'
'roclet-rd.R'
'roclet-vignette.R'
'roclet.R'
'roxygen.R'
'roxygenize.R'
's3.R'
'safety.R'
'source.R'
'template.R'
'topic-name.R'
'topo-sort.R'
'usage.R'
'util-locale.R'
'utils.R'
RoxygenNote: 4.1.1.9000
|