-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.34 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
Package: NPSdataverse
Title: Tools and Packages for Data and Metadata Manipulation
Version: 0.1.0
Authors@R: c(
person(given="Robert", family="Baker", email="robert_baker@nps.gov",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7591-5035")),
person(given="Judd", family="Patterson", email="Judd_Patterson@nps.gov",
role= "aut",
comment = c(ORCID = "0000-0002-0951-7917")),
person(given="Joe", family="DeVivo", email="Joe_DeVivo@nps.gov",
role= "aut",
comment = c(ORCID = "0000-0002-0414-7865"))
)
Description: Loads a suite of R packages for creating and manipulating data packages including interacting with DataStore.
License: CC0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
cli,
crayon,
DPchecker (>= 0.0.0.9000),
EML,
EMLassemblyline,
EMLeditor (>= 0.0.1.0),
NPSutils (>= 0.1.0),
QCkit (>= 0.1.0),
rstudioapi,
utils,
remotes,
lifecycle
Remotes:
nationalparkservice/DPchecker,
nationalparkservice/EMLeditor,
nationalparkservice/NPSutils,
nationalparkservice/QCkit,
EDIorg/EMLassemblyline@v3.5.5
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/nationalparkservice/NPSdataverse
BugReports: https://github.com/nationalparkservice/NPSdataverse/issues