Installation
About
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.
r6.r-lib.org | |
github.com/r-lib/R6/ | |
Bug report | File report |
Key Metrics
Downloads
Last 24 hours | 0 -100% |
Last 7 days | 158.701 -27% |
Last 30 days | 845.344 -9% |
Last 90 days | 2.652.967 +13% |
Last 365 days | 10.203.960 +4% |
Depends
R | ≥ 3.0 |