forked from nationalparkservice/EMLeditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
57 lines (57 loc) · 2.14 KB
/
DESCRIPTION
File metadata and controls
57 lines (57 loc) · 2.14 KB
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
Package: EMLeditor
Title: View and Edit EML Metadata
Version: 1.2.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="Issac", family="Quevedo", role = "ctb",
comment = c(ORCID = "0000-0003-0129-981X")),
person(given="Melina", family="Kompella", role = "ctb",
comment = c(ORCID = "0009-0000-3730-8082"))
)
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.3
Remotes:
nationalparkservice/QCkit
Imports:
httr,
readr,
utils,
EML,
magrittr,
stringr,
lubridate,
crayon,
dplyr,
stats,
lifecycle,
here,
jsonlite,
tibble,
cli,
XML,
curl,
mockr,
rlang,
ISOcodes
Suggests:
stargazer,
knitr,
rmarkdown,
testthat (>= 3.0.0),
QCkit,
gdata,
sf,
withr
Config/testthat/edition: 3
URL: https://github.com/nationalparkservice/EMLeditor, https://nationalparkservice.github.io/EMLeditor/
VignetteBuilder: knitr