-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
79 lines (79 loc) · 2.05 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Package: hubValidations
Title: Testing framework for hubverse hub validations
Version: 0.10.1.9000
Authors@R: c(
person(
given = "Anna",
family = "Krystalli",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2378-4915")),
person(
given = "Evan",
family = "Ray",
email = "[email protected]",
role = c("aut")),
person(
given = "Hugo",
family = "Gruson",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4094-1476")),
person("Zhian N.", "Kamvar", , "[email protected]", role = c("ctb"),
comment = c(ORCID = "0000-0003-1458-7108")),
person(
family = "Consortium of Infectious Disease Modeling Hubs",
role = c("cph"))
)
Description: This package aims at providing a simple interface to run
validations on data and metadata submitted to a hubverse modeling hub.
Validation tests can be run at different levels (single file, single folder,
whole repository) and locally as well as part of a
continuous integration workflow.
License: MIT + file LICENSE
Imports:
arrow (>= 17.0.0),
checkmate,
cli,
config,
dplyr (>= 1.1.0),
fs,
gh,
hubAdmin (>= 1.4.0),
hubData (>= 1.3.0),
hubUtils (>= 0.3.0),
jsonlite,
jsonvalidate,
lifecycle,
lubridate,
purrr,
rlang,
stringr,
tibble,
whisker,
yaml
Suggests:
covr,
DT,
gert,
kableExtra,
pak,
readr,
rmarkdown,
testthat (>= 3.2.0),
testthis,
withr
Remotes:
hubverse-org/hubUtils,
hubverse-org/hubData,
hubverse-org/hubAdmin
Config/testthat/edition: 3
Config/Needs/website: pkgdown, hubverse-org/hubStyle
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/hubverse-org/hubValidations,
https://hubverse-org.github.io/hubValidations/
BugReports: https://github.com/hubverse-org/hubValidations/issues
Depends:
R (>= 3.5.0)