forked from nationalparkservice/DPchecker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 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
Package: DPchecker
Title: Checks Data Packages for Congruence
Version: 0.3.4
Authors@R: c(
person("Rob", "Baker", email = "[email protected]", role = c("cre", "aut"), comment = c(ORCID = "0000-0001-7591-5035")),
person(c("Sarah", "E."), "Wright", email = "[email protected]", role = "aut"),
person("Issac", "Quevedo", role = "ctb"),
person("Amelia", "Sherman", role = "ctb"))
Description: Allows the user (and reviewer) to check a data package and test whether it meets the congruence standards set forth by NPS for upload to DataStore as a datapackage.
License: CC0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Suggests:
here,
rstudioapi,
testthat (>= 3.0.0),
knitr
Config/testthat/edition: 3
Imports:
arcticdatautils (>= 0.7.0),
EML,
readr,
magrittr,
lubridate,
cli,
dplyr,
purrr,
stringr,
tibble,
crayon,
httr,
jsonlite,
QCkit,
lifecycle
Remotes:
https://github.com/NCEAS/arcticdatautils,
https://github.com/nationalparkservice/QCkit
URL: https://nationalparkservice.github.io/DPchecker/