Package: R6 Title: Encapsulated Classes with Reference Semantics Version: 2.6.1.9000 Authors@R: c( person("Winston", "Chang", , "winston@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: 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. License: MIT + file LICENSE URL: https://r6.r-lib.org, https://github.com/r-lib/R6 BugReports: https://github.com/r-lib/R6/issues Depends: R (>= 3.6) Suggests: lobstr, testthat (>= 3.0.0) Config/Needs/website: tidyverse/tidytemplate, ggplot2, microbenchmark, scales Config/testthat/edition: 3 Encoding: UTF-8 RoxygenNote: 7.3.2 Repository: https://r-lib.r-universe.dev Date/Publication: 2025-10-20 21:02:19 UTC RemoteUrl: https://github.com/r-lib/r6 RemoteRef: HEAD RemoteSha: 2bced0f1354c08c3a34307bf0b62c50d97de36c0 NeedsCompilation: no Packaged: 2026-07-01 10:14:01 UTC; root Author: Winston Chang [aut, cre], Posit Software, PBC [cph, fnd] Maintainer: Winston Chang