-
Notifications
You must be signed in to change notification settings - Fork 37
/
DESCRIPTION
50 lines (50 loc) · 1.75 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: S7
Title: An Object Oriented System Meant to Become a Successor to S3 and S4
Version: 0.2.0.9000
Authors@R: c(
person("Object-Oriented Programming Working Group", role = "cph"),
person("Davis", "Vaughan", role = "aut"),
person("Jim", "Hester", role = "aut",
comment = c(ORCID = "0000-0002-2739-7082")),
person("Tomasz", "Kalinowski", role = "aut"),
person("Will", "Landau", role = "aut"),
person("Michael", "Lawrence", role = "aut"),
person("Martin", "Maechler", role = "aut",
comment = c(ORCID = "0000-0002-8685-9910")),
person("Luke", "Tierney", role = "aut"),
person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4757-117X"))
)
Description: A new object oriented programming system designed to be a
successor to S3 and S4. It includes formal class, generic, and method
specification, and a limited form of multiple dispatch. It has been
designed and implemented collaboratively by the R Consortium
Object-Oriented Programming Working Group, which includes
representatives from R-Core, 'Bioconductor', 'Posit'/'tidyverse', and
the wider R community.
License: MIT + file LICENSE
URL: https://rconsortium.github.io/S7/, https://github.com/RConsortium/S7
BugReports: https://github.com/RConsortium/S7/issues
Depends:
R (>= 3.5.0)
Imports:
utils
Suggests:
bench,
callr,
covr,
knitr,
methods,
rmarkdown,
testthat (>= 3.2.0),
tibble
VignetteBuilder:
knitr
Config/build/compilation-database: true
Config/Needs/website: sloop
Config/testthat/edition: 3
Config/testthat/parallel: TRUE
Config/testthat/start-first: external-generic
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2