/usr/lib/R/site-library/R6/DESCRIPTION is in r-cran-r6 2.2.2-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 | Package: R6
Title: Classes with Reference Semantics
Version: 2.2.2
Authors@R: person("Winston", "Chang", role = c("aut", "cre"), email = "winston@stdout.org")
Description: The R6 package allows the creation of classes with reference
semantics, similar to R's built-in reference classes. Compared to reference
classes, R6 classes are simpler and lighter-weight, and they are not built
on S4 classes so they do not require the methods package. These classes
allow public and private members, and they support inheritance, even when
the classes are defined in different packages.
Depends: R (>= 3.0)
Suggests: knitr, microbenchmark, pryr, testthat, ggplot2, scales
License: MIT + file LICENSE
URL: https://github.com/wch/R6/
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-06-12 18:48:43 UTC; winston
Author: Winston Chang [aut, cre]
Maintainer: Winston Chang <winston@stdout.org>
Repository: CRAN
Date/Publication: 2017-06-17 08:22:59 UTC
Built: R 3.4.2; ; 'Fri, 29 Sep 2017 15:31:27 +0200'; unix
|