-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add taxonomic coverage and EML version to summary metadata
- Loading branch information
1 parent
03dda4d
commit 437b698
Showing
10 changed files
with
160 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ | |
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^\.travis\.yml$ | ||
^LICENSE$ | ||
^inst/Pres$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,17 +8,32 @@ Authors@R: c( | |
person("Irene", "Steves", comment = "https://github.com/isteves", role = "aut"), | ||
person("Mitchell", "Maier", email = "[email protected]", role = "aut")) | ||
Maintainer: Julien Brun <[email protected]> | ||
Description: Tools to download data and metadata from DataONE (https://www.dataone.org) and load this information in R. | ||
Description: Tools to download data and metadata from DataONE (https://www.dataone.org) and load this information in R. | ||
License: Apache License (== 2.0) | ||
RoxygenNote: 6.1.1 | ||
Imports: dataone, dplyr, eml2, emld, lubridate, purrr, readr, stats, stringr, tibble, tidyr | ||
Remotes: cboettig/eml2, | ||
cboettig/emld, | ||
DataONEorg/rdataone | ||
Suggests: testthat, | ||
URL: https://github.com/nceas/metajam | ||
BugReports: https://github.com/nceas/metajam/issues | ||
Imports: | ||
dataone, | ||
dplyr, | ||
eml2, | ||
emld, | ||
lubridate, | ||
purrr, | ||
readr, | ||
stats, | ||
stringr, | ||
tibble, | ||
tidyr | ||
Remotes: | ||
cboettig/eml2, | ||
cboettig/emld, | ||
DataONEorg/rdataone | ||
Suggests: | ||
testthat, | ||
knitr, | ||
rmarkdown, | ||
udunits2 | ||
Encoding: UTF-8 | ||
VignetteBuilder: knitr | ||
URL: https://github.com/nceas/metajam | ||
BugReports: https://github.com/nceas/metajam/issues | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 6.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.