Nothing
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.
Package details |
|
---|---|
Author | Winston Chang [aut, cre] |
Maintainer | Winston Chang <winston@stdout.org> |
License | MIT + file LICENSE |
Version | 2.5.1 |
URL | https://r6.r-lib.org https://github.com/r-lib/R6/ |
Package repository | View on CRAN |
Installation |
Install the latest version of this package by entering the following in R:
|
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.