-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
56 lines (56 loc) · 1.33 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
51
52
53
54
55
56
Package: multitools
Title: Tools for Contributing Packages to R-multiverse
Description: 'R-multiverse' is a community-curated collection of
R package releases, powered by 'R-universe'. The 'multitools' package
has tools for maintainers of packages in 'R-multiverse'.
Version: 0.1.1
License: MIT + file LICENSE
URL:
https://r-multiverse.org/multitools/,
https://github.com/r-multiverse/multitools
BugReports: https://github.com/r-multiverse/multitools/issues
Authors@R: c(
person(
given = c("William", "Michael"),
family = "Landau",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1878-3253")
),
person(
given = "Charlie",
family = "Gao",
role = "aut",
comment = c(ORCID = "0000-0002-0750-061X")
),
person(
given = "Lluís",
family = "Revilla Sancho",
role = c("aut", "cph"),
comment = c(ORCID = "0000-0001-9747-2570")
),
person(
family = "Eli Lilly and Company",
role = "cph"
),
person(
given = "Hibiki AI Limited",
role = "cph"
))
Depends:
R (>= 4.0.0)
Imports:
jsonlite,
tibble
Suggests:
curl,
knitr (>= 1.30),
markdown (>= 1.1),
rmarkdown (>= 2.4),
testthat (>= 3.0.0)
Encoding: UTF-8
Language: en-US
VignetteBuilder: knitr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1