forked from NCEAS/metadig-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 821 Bytes
/
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
Package: metadig
Type: Package
Title: Author MetaDIG checks in R
Version: 0.2.1
Description: A set of utility methods for authoring MetaDIG checks in R.
Authors@R: c(
person("Bryce", "Mecum", role = "aut", email = "mecum@nceas.ucsb.edu", comment=c(ORCID = "0000-0002-0381-3766")),
person("Peter", "Slaughter", role = "aut", email = "slaughter@nceas.ucsb.edu", comment=c(ORCID = "0000-0002-2192-403X")),
person("Matthew B.", "Jones", role = c("aut","cre"), email = "jones@nceas.ucsb.edu", comment=c(ORCID = "0000-0003-0077-4738"))
)
License: Apache License (== 2.0)
URL: https://github.com/NCEAS/metadig-r/
BugReports: https://github.com/NCEAS/metadig-r/issues
Encoding: UTF-8
Imports:
digest,
httr,
xml2
Suggests:
knitr,
testthat
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
VignetteBuilder: knitr