forked from RConsortium/S7
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 1.36 KB
/
DESCRIPTION
File metadata and controls
46 lines (46 loc) · 1.36 KB
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
Package: R7
Title: S3 Extended with S4 Features
Version: 0.0.0.9000
Authors@R:
c(person(given = "Henrik",
family = "Bengtsson",
role = "aut"),
person(given = "Will",
family = "Landau",
role = "aut"),
person(given = "Michael",
family = "Lawrence",
role = "aut"),
person(given = "Martin",
family = "Maechler",
role = "aut"),
person(given = "Luke",
family = "Tierney",
role = "aut"),
person(given = "Gabriela",
family = "De Queiroz",
role = "aut"),
person(given = "Hadley",
family = "Wickham",
role = "aut"),
person(given = "Jim",
family = "Hester",
role = c("aut", "cre"),
email = "james.f.hester@gmail.com",
comment = c(ORCID = "0000-0002-2739-7082")))
Description: Prototype implementation of an extension to S3 that
provides explicit class definitions and a form of multiple dispatch.
Represents the output of the Object-oriented Programming Working
Group, sponsored by the R Consortium.
License: MIT + file LICENSE
Imports:
utils
Suggests:
methods,
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1