Package: R6 Title: Classes with reference semantics Version: 2.0.1 Authors@R: "Winston Chang [aut, cre]" 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 Packaged: 2014-10-29 15:31:07 UTC; winston Author: "Winston Chang" [aut, cre] Maintainer: "Winston Chang" NeedsCompilation: no Repository: CRAN Date/Publication: 2014-10-29 19:20:28 Built: R 3.1.3; ; 2015-08-16 15:09:48 UTC; unix