/usr/lib/R/site-library/readxl/DESCRIPTION is in r-cran-readxl 1.0.0-2.
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 | Package: readxl
Title: Read Excel Files
Version: 1.0.0
Authors@R: c(
person("Hadley", "Wickham", ,"hadley@rstudio.com", role = c("aut")),
person("Jennifer", "Bryan", ,"jenny@rstudio.com", role = c("aut", "cre")),
person("RStudio", role = c("cph"), comment = "Copyright holder of
all R code and all C/C++ code without explicit copyright attribution"),
person("Marcin", "Kalicinski", role = c("ctb", "cph"), comment = "Author of included RapidXML code"),
person("Komarov Valery", role = c("ctb", "cph"), comment = "Author of included libxls code"),
person("Christophe Leitienne", role = c("ctb", "cph"), comment = "Author of included libxls code"),
person("Bob Colbert", role = c("ctb", "cph"), comment = "Author of included libxls code"),
person("David Hoerl", role = c("ctb", "cph"), comment = "Author of included libxls code")
)
Description: Import excel files into R. Supports '.xls' via the embedded
'libxls' C library <https://sourceforge.net/projects/libxls/> and '.xlsx' via
the embedded 'RapidXML' C++ library <https://rapidxml.sourceforge.net>. Works on
Windows, Mac and Linux without external dependencies.
License: GPL-3
LazyData: true
LinkingTo: Rcpp
Imports: cellranger, Rcpp (>= 0.11.6), tibble (>= 1.1)
Suggests: covr, knitr, rmarkdown, rprojroot (>= 1.1), testthat
URL: http://readxl.tidyverse.org, https://github.com/tidyverse/readxl
BugReports: https://github.com/tidyverse/readxl/issues
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2017-04-18 06:15:07 UTC; jenny
Author: Hadley Wickham [aut],
Jennifer Bryan [aut, cre],
RStudio [cph] (Copyright holder of all R code and all C/C++ code
without explicit copyright attribution),
Marcin Kalicinski [ctb, cph] (Author of included RapidXML code),
Komarov Valery [ctb, cph] (Author of included libxls code),
Christophe Leitienne [ctb, cph] (Author of included libxls code),
Bob Colbert [ctb, cph] (Author of included libxls code),
David Hoerl [ctb, cph] (Author of included libxls code)
Maintainer: Jennifer Bryan <jenny@rstudio.com>
Repository: CRAN
Date/Publication: 2017-04-18 07:21:33 UTC
Built: R 3.4.4; x86_64-pc-linux-gnu; 'Thu, 12 Apr 2018 18:16:20 -0500'; unix
|