forked from nationalparkservice/EMLeditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
58 lines (58 loc) · 2.14 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: EMLeditor
Title: View and Edit EML Metadata
Version: 0.1.5
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="Issac", family="Quevedo", role = "ctb",
comment = c(ORCID = "0000-0003-0129-981X")),
person(given="Amy", family="Sherman", role = "ctb",
comment = c(ORCID = "0000-0002-9276-0087"))
)
Maintainer: Rob Baker <robert_baker@nps.gov>
Description: This package will be of most use to the U.S. National Park Service data scientists and managers seeking to generate EML-formatted metadata for datapackages. EML-formatted .xml files are typically constructed using EDI's EMLassemblyline package and then imported as an R-object using the EML package. EMLeditor allows the user to view the contents of the R object and add/edit aspects of metadata crucial for publication in the U.S. National Park Service DataStore repository. For instance, a user can view and edit a DOI, a link to a DRR, Park Unit connections, information about Confidential Unclassified Information (CUI), and more. EMLeditor allows the user to write a mockup of a README.txt to preview what the README automatically generated by DataStore upon upload will look like.
License: MIT + file LICENSE
BugReports: https://github.com/nationalparkservice/EMLeditor/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Remotes:
NCEAS/arcticdatautils,
nationalparkservice/DPchecker
Imports:
httr,
readr,
sf,
utils,
EML,
magrittr,
stringr,
lubridate,
crayon,
dplyr,
stats,
lifecycle,
here,
DPchecker (>= 0.1.0),
jsonlite,
tibble,
cli,
XML,
curl,
mockr,
rlang,
ISOcodes,
gdata
Suggests:
arcticdatautils,
stargazer,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/nationalparkservice/EMLeditor
VignetteBuilder: knitr