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.
Version: | 2.0 |
Depends: | R (≥ 3.0) |
Suggests: | knitr, pryr, testthat |
Published: | 2014-08-19 |
Author: | "Winston Chang" [aut, cre] |
Maintainer: | "Winston Chang" <winston at stdout.org> |
License: | MIT + file LICENSE |
URL: | https://github.com/wch/R6/ |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | R6 results |
Reference manual: | R6.pdf |
Vignettes: |
Introduction to R6 classes Portable R6 classes |
Package source: | R6_2.0.tar.gz |
Windows binaries: | r-devel: R6_2.0.zip, r-release: R6_2.0.zip, r-oldrel: R6_2.0.zip |
OS X Snow Leopard binaries: | r-release: R6_2.0.tgz, r-oldrel: R6_1.0.1.tgz |
OS X Mavericks binaries: | r-release: R6_2.0.tgz |
Old sources: | R6 archive |
Reverse imports: | shiny, shopifyr |