/usr/lib/R/site-library/purrr/DESCRIPTION is in r-cran-purrr 0.2.4-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 | Package: purrr
Title: Functional Programming Tools
Version: 0.2.4
Authors@R: c(
person("Lionel", "Henry", , "lionel@rstudio.com", c("aut", "cre")),
person("Hadley", "Wickham", , "hadley@rstudio.com", "aut"),
person("RStudio", role = c("cph", "fnd"))
)
Description: A complete and consistent functional programming toolkit for R.
License: GPL-3 | file LICENSE
URL: http://purrr.tidyverse.org, https://github.com/tidyverse/purrr
BugReports: https://github.com/tidyverse/purrr/issues
Depends: R (>= 3.1)
Imports: magrittr (>= 1.5), rlang (>= 0.1), tibble
Suggests: covr, dplyr (>= 0.4.3), knitr, rmarkdown, testthat
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2017-10-18 13:06:58 UTC; hadley
Author: Lionel Henry [aut, cre],
Hadley Wickham [aut],
RStudio [cph, fnd]
Maintainer: Lionel Henry <lionel@rstudio.com>
Repository: CRAN
Date/Publication: 2017-10-18 20:19:51 UTC
Built: R 3.4.3; x86_64-pc-linux-gnu; 'Sat, 13 Jan 2018 18:43:29 +0100'; unix
|