Package: R6 Title: Classes with Reference Semantics Version: 2.3.0 Authors@R: person("Winston", "Chang", role = c("aut", "cre"), email = "winston@stdout.org") Description: Creates 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/r-lib/R6/ LazyData: true BugReports: https://github.com/r-lib/R6/issues RoxygenNote: 6.1.0.9000 NeedsCompilation: no Packaged: 2018-10-04 14:48:18 UTC; winston Author: Winston Chang [aut, cre] Maintainer: Winston Chang Repository: CRAN Date/Publication: 2018-10-04 15:30:03 UTC Built: R 3.5.1; ; 2018-12-27 22:23:45 UTC; unix