/usr/lib/R/site-library/lazyeval/DESCRIPTION is in r-cran-lazyeval 0.2.0-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 | Package: lazyeval
Version: 0.2.0
Title: Lazy (Non-Standard) Evaluation
Description: An alternative approach to non-standard evaluation using
formulas. Provides a full implementation of LISP style 'quasiquotation',
making it easier to generate code with other code.
Authors@R: c(
person("Hadley", "Wickham", ,"hadley@rstudio.com", c("aut", "cre")),
person("RStudio", role = "cph")
)
License: GPL-3
LazyData: true
Depends: R (>= 3.1.0)
Suggests: knitr, rmarkdown (>= 0.2.65), testthat, covr
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-06-10 21:38:52 UTC; hadley
Author: Hadley Wickham [aut, cre],
RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2016-06-12 19:03:08
Built: R 3.3.2; x86_64-pc-linux-gnu; 'Tue, 08 Nov 2016 12:29:15 +0100'; unix
|