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.
Version: | 2.3.0 |
Depends: | R (≥ 3.0) |
Suggests: | knitr, microbenchmark, pryr, testthat, ggplot2, scales |
Published: | 2018-10-04 |
Author: | Winston Chang [aut, cre] |
Maintainer: | Winston Chang <winston at stdout.org> |
BugReports: | https://github.com/r-lib/R6/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/r-lib/R6/ |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | R6 results |
Reference manual: | R6.pdf |
Package source: | R6_2.3.0.tar.gz |
Windows binaries: | r-devel: R6_2.3.0.zip, r-release: R6_2.3.0.zip, r-oldrel: R6_2.3.0.zip |
OS X binaries: | r-release: R6_2.3.0.tgz, r-oldrel: R6_2.3.0.tgz |
Old sources: | R6 archive |
Please use the canonical form https://CRAN.R-project.org/package=R6 to link to this page.