generated from Bisaloo/Rpkg_template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.12 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
Package: HubValidations
Title: Validate Data Submitted to a Modeling Hub
Version: 0.0.0.9000
Authors@R:
person(given = "Hugo",
family = "Gruson",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4094-1476"))
Description: This package aims at providing a simple interface to run
validations on data and metadata submitted to a 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
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Imports:
dplyr,
fs,
gert,
gh,
jsonlite,
jsonvalidate,
purrr,
readr,
rlang (>= 0.4.11.9000),
yaml
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
covr,
withr
VignetteBuilder: knitr
Remotes:
r-lib/rlang
URL: https://github.com/epiforecasts/HubValidations
BugReports: https://github.com/epiforecasts/HubValidations/issues