Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 1 of 1 found.
[1] < 1 > [1]  Sort:

R6 : Classes with Reference Semantics

Package: R6
Title: Classes with Reference Semantics
Version: 2.1.2
Authors@R: person("Winston", "Chang", role = c("aut", "cre"), email = "winston@stdout.org")
Description: 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.
Depends: R (>= 3.0)
Suggests: knitr, microbenchmark, pryr, testthat, ggplot2, scales
License: MIT + file LICENSE
URL: https://github.com/wch/R6/
LazyData: true
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-01-25 18:40:15 UTC; winston
Author: Winston Chang [aut, cre]
Maintainer: Winston Chang <winston@stdout.org>
Repository: CRAN
Date/Publication: 2016-01-26 00:30:15

● Data Source: CranContrib
● 0 images, 1 functions, 0 datasets
Reverse Depends: 1