R6 (2.6.1)

Published 2026-02-24 13:47:02 +00:00 by atheaadmin

Installation

options("repos" = c(getOption("repos"), c(gitea="")))
install.packages("R6")

About this package

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.Encapsulated Classes with Reference Semantics

Dependencies

Depends R (>= 3.6)
Suggests lobstr, testthat (>= 3.0.0)
Details
CRAN
2026-02-24 13:47:02 +00:00
0
MIT + file LICENSE
Winston Chang
Posit Software
PBC
63 KiB
Assets (1)
Versions (1) View all
2.6.1 2026-02-24