The R6 package allows the creation of 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.
Version: | 2.2.2 |
Depends: | R (≥ 3.0) |
Suggests: | knitr, microbenchmark, pryr, testthat, ggplot2, scales |
Published: | 2017-06-17 |
Author: | Winston Chang [aut, cre] |
Maintainer: | Winston Chang <winston at stdout.org> |
License: | MIT + file LICENSE |
URL: | https://github.com/wch/R6/ |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | R6 results |
Reference manual: | R6.pdf |
Vignettes: |
Debugging methods in R6 objects Introduction to R6 classes R6 and Reference class performance tests Portable and non-portable R6 classes |
Package source: | R6_2.2.2.tar.gz |
Windows binaries: | r-devel: R6_2.2.2.zip, r-release: R6_2.2.2.zip, r-oldrel: R6_2.2.2.zip |
OS X El Capitan binaries: | r-release: R6_2.2.2.tgz |
OS X Mavericks binaries: | r-oldrel: R6_2.2.2.tgz |
Old sources: | R6 archive |
Reverse depends: | ForecastFramework, LightningR, rly, tangram |
Reverse imports: | ASSISTant, batchtools, BaTFLED3D, charlatan, choroplethr, coala, crosstalk, crul, data.tree, datastepr, DBItest, dbplyr, desc, dgo, diffrprojects, distcomp, dplyr, elementR, etseed, fauxpas, fiery, flextable, fuzzywuzzyR, GauPro, geojsonR, geometa, geosapi, glmmsr, googleAuthR, gqlr, greta, gsrc, healthcareai, hoardr, homomorpheR, httr, jaatha, jmv, jmvcore, jug, lifelogr, loopr, lumberjack, mcparallelDo, mkin, officer, palm, pbdZMQ, pivottabler, plumber, poio, polmineR, prcbench, processx, progress, PythonInR, QuantTools, R6Frame, rchess, rcrossref, RDML, readr, redux, request, ring, rjsonapi, RKEEL, rodeo, roxygen2, rstack, rtext, rtson, shiny, shopifyr, simcausal, simmer, sofa, sourceR, storr, stoRy, stremr, taxa, telegram, testthat, text2vec, textTinyR, tidygraph, tmlenet, TOSTER, valuer, vdiffr, vmsbase, walrus, webmockr, Wmisc |
Reverse suggests: | aoos, backpipe, covr, leaflet |
Please use the canonical form https://CRAN.R-project.org/package=R6 to link to this page.