R6
Encapsulated Classes with Reference Semantics
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.
- Version2.5.1
- R version≥ 3.0
- LicenseMIT
- Licensefile LICENSE
- Needs compilation?No
- Last release08/19/2021
Documentation
Team
Winston Chang
Insights
Last 30 days
Last 365 days
The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.
Data provided by CRAN
Binaries
Dependencies
- Depends1 package
- Suggests2 packages
- Reverse Depends24 packages
- Reverse Imports545 packages
- Reverse Suggests32 packages