Package: R6 2.5.1.9000
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.
Authors:
R6_2.5.1.9000.tar.gz
R6_2.5.1.9000.zip(r-4.5)R6_2.5.1.9000.zip(r-4.4)R6_2.5.1.9000.zip(r-4.3)
R6_2.5.1.9000.tgz(r-4.4-any)R6_2.5.1.9000.tgz(r-4.3-any)
R6_2.5.1.9000.tar.gz(r-4.5-noble)R6_2.5.1.9000.tar.gz(r-4.4-noble)
R6_2.5.1.9000.tgz(r-4.4-emscripten)R6_2.5.1.9000.tgz(r-4.3-emscripten)
R6.pdf |R6.html✨
R6/json (API)
NEWS
# Install 'R6' in R: |
install.packages('R6', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/r6/issues
Last updated 3 months agofrom:ecaf98b44a. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 05 2024 |
R-4.5-win | OK | Nov 05 2024 |
R-4.5-linux | OK | Nov 05 2024 |
R-4.4-win | OK | Nov 05 2024 |
R-4.4-mac | OK | Nov 05 2024 |
R-4.3-win | OK | Nov 05 2024 |
R-4.3-mac | OK | Nov 05 2024 |
Exports:is.R6is.R6ClassR6Class
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create a list from an R6 object | as.list.R6 |
Is an object an R6 Class Generator or Object? | is.R6 is.R6Class |
Create an R6 reference object generator | R6 R6Class |