-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathDESCRIPTION
25 lines (25 loc) · 987 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: R6
Title: Encapsulated Classes with Reference Semantics
Version: 2.6.1.9000
Authors@R: c(
person("Winston", "Chang", , "[email protected]", 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