/usr/lib/R/site-library/rprojroot/DESCRIPTION is in r-cran-rprojroot 1.2-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 | Package: rprojroot
Title: Finding Files in Project Subdirectories
Version: 1.2
Authors@R: person(given = "Kirill", family = "Müller", role = c("aut",
"cre"), email = "krlmlr+r@mailbox.org")
Description: Robust, reliable and flexible paths to files below a
project root. The 'root' of a project is defined as a directory
that matches a certain criterion, e.g., it contains a certain
regular file.
Depends: R (>= 3.0.0)
Imports: backports
Suggests: testthat, knitr, withr, rmarkdown
VignetteBuilder: knitr
License: GPL-3
LazyData: true
Encoding: UTF-8
URL: https://github.com/krlmlr/rprojroot,
https://krlmlr.github.io/rprojroot
BugReports: https://github.com/krlmlr/rprojroot/issues
RoxygenNote: 5.0.1.9000
Collate: 'rrmake.R' 'criterion.R' 'file.R' 'has-file.R' 'root.R'
'rprojroot-package.R' 'shortcut.R'
NeedsCompilation: no
Packaged: 2017-01-16 11:50:23 UTC; muelleki
Author: Kirill Müller [aut, cre]
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>
Repository: CRAN
Date/Publication: 2017-01-16 14:16:04
Built: R 3.4.2; ; 'Mon, 02 Oct 2017 08:16:25 +0200'; unix
|