-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
47 lines (47 loc) · 1.07 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
Package: multiverse.internals
Title: Internal Infrastructure for R-multiverse
Description: R-multiverse requires this internal infrastructure package to
automate contribution reviews and populate universes.
Version: 0.2.13
License: MIT + file LICENSE
URL: https://github.com/r-multiverse/multiverse.internals
BugReports: https://github.com/r-multiverse/multiverse.internals/issues
Authors@R: c(
person(
given = c("William", "Michael"),
family = "Landau",
role = c("aut", "cre"),
email = "will.landau.oss@gmail.com",
comment = c(ORCID = "0000-0003-1878-3253")
),
person(
given = "Charlie",
family = "Gao",
role = "aut",
email = "charlie.gao@shikokuchuo.net",
comment = c(ORCID = "0000-0002-0750-061X")
),
person(
family = "Eli Lilly and Company",
role = "cph"
))
Depends:
R (>= 3.6)
Imports:
gh,
igraph,
jsonlite,
nanonext,
pkgsearch,
stats,
utils,
vctrs,
yaml
Suggests:
gert,
testthat (>= 3.0.0)
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3