R6: Classes with Reference Semantics

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

Downloads:

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 binaries: r-release: R6_2.2.2.tgz, r-oldrel: R6_2.2.2.tgz
Old sources: R6 archive

Reverse dependencies:

Reverse depends: BLRPM, ConfigParser, ForecastFramework, LightningR, ShinyImage, tangram
Reverse imports: arrangements, ASSISTant, basictabler, batchtools, BaTFLED3D, blandr, CaliCo, callr, CaseBasedReasoning, cgraph, charlatan, choroplethr, clustermq, coala, collections, container, corpustools, crosstalk, crossword.r, crul, CVXR, data.tree, datastepr, DBItest, dbplyr, desc, dgo, diffrprojects, distcomp, dockerfiler, dplyr, drake, elementR, eplusr, etseed, fauxpas, fiery, flextable, fuzzywuzzyR, ganalytics, GauPro, geojsonR, geometa, GeoMongo, geonapi, geosapi, glmmsr, googleAuthR, gqlr, greta, hdf5r, hipread, hoardr, homomorpheR, httr, IGP, iml, ipc, isqg, jaatha, jmv, jmvcore, jsr223, jug, keras, keyring, KGode, knitrProgressBar, languageserver, leabRa, LFDREmpiricalBayes, lifelogr, loopr, lslx, lumberjack, mcparallelDo, medmod, mkin, mlapi, mschart, ncodeR, nimble, nmslibR, officer, OpenImageR, osqp, ows4R, palm, patternplot, pivottabler, pkgbuild, pkgdown, pkgnet, plumber, poio, polmineR, pool, prcbench, processx, progress, projmanr, promises, PythonInR, QuantTools, r6extended, rbit, rchess, rcmdcheck, rcrossref, RDML, readr, redux, reinforcelearn, rENA, reqres, request, RGF, rgoogleslides, rhub, ring, rjsonapi, RKEEL, rly, rodeo, RonFHIR, rosqp, routr, roxygen2, Rpolyhedra, rstack, rtext, rtimicropem, rtson, scales, scatr, selectr, sFFLHD, shiny, shinytest, shopifyr, simmer, sofa, solrium, sourceR, storr, stoRy, taxa, telegram, telegram.bot, testthat, text2vec, textTinyR, thor, thriftr, tidygraph, TOSTER, txtq, valuer, VarBundle, vcr, vdiffr, vmd, vmsbase, vstsr, walrus, webdriver, webmockr, wilson, xlm
Reverse suggests: aoos, backpipe, checkmate, covr, DataVisualizations, debugme, leaflet, mockery, PetfindeR, ps

Linking:

Please use the canonical form https://CRAN.R-project.org/package=R6 to link to this page.