Package: R6 2.6.1.9000

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.9000.tar.gz
R6_2.6.1.9000.zip(r-4.7)R6_2.6.1.9000.zip(r-4.6)R6_2.6.1.9000.zip(r-4.5)
R6_2.6.1.9000.tgz(r-4.6-any)R6_2.6.1.9000.tgz(r-4.5-any)
R6_2.6.1.9000.tar.gz(r-4.7-any)R6_2.6.1.9000.tar.gz(r-4.6-any)
R6_2.6.1.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
R6/json (API)

# 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/docs site:https://r6.r-lib.org

On CRAN:

Conda:

18.00 score 424 stars 15k packages 4.2k scripts 1.9M downloads 8 mentions 3 exports 0 dependencies

Last updated from:2bced0f135. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK111
source / vignettesOK153
linux-release-x86_64OK108
macos-release-arm64OK230
macos-oldrel-arm64OK91
windows-develOK69
windows-releaseOK74
windows-oldrelOK83
wasm-releaseOK93

Exports:is.R6is.R6ClassR6Class

Dependencies: