-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
58 lines (58 loc) · 1.52 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
57
58
Package: hubAdmin
Title: Utilities for Administering Hubverse Hubs
Version: 1.4.0.9000
Authors@R: c(
person("Anna", "Krystalli", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2378-4915")),
person("Li", "Shandross", , "[email protected]", role = "ctb"),
person("Nicholas G.", "Reich", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-3503-9899")),
person("Evan L.", "Ray", , "[email protected]", role = "ctb"),
person("Zhian N.", "Kamvar", , "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0003-1458-7108")),
person(, "Consortium of Infectious Disease Modeling Hubs", role = "cph")
)
Description: A set of utility functions for administering 'hubverse' Hubs.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
URL: https://github.com/hubverse-org/hubAdmin
BugReports: https://github.com/hubverse-org/hubAdmin/issues
Imports:
checkmate,
cli,
fs,
glue,
gt (>= 0.11.1),
hubUtils (>= 0.3.0),
jsonlite,
jsonvalidate,
magrittr,
purrr,
rlang,
stringr,
utils,
tibble,
lifecycle
Suggests:
covr,
curl,
digest,
gh,
hubData,
knitr,
withr,
mockery,
rmarkdown,
testthat (>= 3.2.0),
waldo
Remotes:
hubverse-org/hubData,
hubverse-org/hubUtils
Config/Needs/website: hubverse-org/hubStyle
Depends:
R (>= 4.1)
LazyData: true
VignetteBuilder: knitr