/usr/lib/R/site-library/cellranger/DESCRIPTION is in r-cran-cellranger 1.1.0-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 | Package: cellranger
Title: Translate Spreadsheet Cell Ranges to Rows and Columns
Version: 1.1.0
Authors@R: c(
person("Jennifer", "Bryan", , "jenny@stat.ubc.ca", c("cre", "aut")),
person("Hadley", "Wickham", , "hadley@rstudio.com", "ctb")
)
Description: Helper functions to work with spreadsheets and the "A1:D10" style
of cell range specification.
Depends: R (>= 3.0.0)
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/rsheets/cellranger
BugReports: https://github.com/rsheets/cellranger/issues
Suggests: covr, testthat (>= 1.0.0), knitr, rmarkdown
RoxygenNote: 5.0.1.9000
VignetteBuilder: knitr
Imports: rematch, tibble
NeedsCompilation: no
Packaged: 2016-07-26 06:50:00 UTC; jenny
Author: Jennifer Bryan [cre, aut],
Hadley Wickham [ctb]
Maintainer: Jennifer Bryan <jenny@stat.ubc.ca>
Repository: CRAN
Date/Publication: 2016-07-27 03:17:48
Built: R 3.4.2; ; "Sat, 30 Sep 2017 09:27:54 +0200"; unix
|