Package: R6 2.6.1

Winston Chang

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:Winston Chang [aut, cre], Posit Software, PBC [cph, fnd]

R6_2.6.1.tar.gz
R6_2.6.1.zip(r-4.5)R6_2.6.1.zip(r-4.4)R6_2.6.1.zip(r-4.3)
R6_2.6.1.tgz(r-4.5-any)R6_2.6.1.tgz(r-4.4-any)R6_2.6.1.tgz(r-4.3-any)
R6_2.6.1.tar.gz(r-4.5-noble)R6_2.6.1.tar.gz(r-4.4-noble)
R6_2.6.1.tgz(r-4.4-emscripten)R6_2.6.1.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

Pkgdown site:https://r6.r-lib.org

On CRAN:

Conda:

17.62 score 418 stars 14k packages 1.7k scripts 1.2M downloads 8 mentions 3 exports 0 dependencies

Last updated 22 days agofrom:3d59bc5399. Checks:8 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKFeb 19 2025
R-4.5-winOKFeb 19 2025
R-4.5-macOKFeb 19 2025
R-4.5-linuxOKFeb 19 2025
R-4.4-winOKFeb 19 2025
R-4.4-macOKFeb 19 2025
R-4.3-winOKFeb 19 2025
R-4.3-macOKFeb 19 2025

Exports:is.R6is.R6ClassR6Class

Dependencies: