Skip to content

Commit 6309f95

Browse files
authored
Merge pull request DOI-NPS#211 from RobLBaker/main
Increment version to v1.2.0
2 parents 7073de5 + c7c638a commit 6309f95

63 files changed

Lines changed: 336 additions & 287 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DESCRIPTION

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: EMLeditor
22
Title: View and Edit EML Metadata
3-
Version: 1.1.0
3+
Version: 1.2.0
44
Authors@R: c(
55
person(given="Robert", family="Baker", email="robert_baker@nps.gov",
66
role = c("aut", "cre"),
@@ -11,9 +11,7 @@ Authors@R: c(
1111
person(given="Issac", family="Quevedo", role = "ctb",
1212
comment = c(ORCID = "0000-0003-0129-981X")),
1313
person(given="Melina", family="Kompella", role = "ctb",
14-
comment = c(ORCID = "0009-0000-3730-8082")),
15-
person(given="Amy", family="Sherman", role = "ctb",
16-
comment = c(ORCID = "0000-0002-9276-0087"))
14+
comment = c(ORCID = "0009-0000-3730-8082"))
1715
)
1816
Maintainer: Rob Baker <robert_baker@nps.gov>
1917
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.

NEWS.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
# EMLeditor v1.1.0
1+
# EMLeditor v1.2.0
2+
## 2026-02-26
3+
* Update authorlist
4+
* Update DESCRIPTIONto new version for API v8
5+
26
## 2025-12-31
37
* Updated DataStore APIs to hit v8 API instead of now deprecated v7 API endponts
48

59
## 2025-09-15
610
* Update `set_creator_orgs` to use current Unit API endpoint (and move away from legacy/discontinued endpoint)
711
## 2025-07-25
812
* bugfix for `set_data_urls` where giving the function a custom url caused it to create invalid metadata.
9-
13+
14+
# EMLeditor v1.1.0
1015
## 2025-04-14
1116
* remove all calls to arcticdatautils package; remove arcticdatautils from suggests and remotes.
1217

docs/404.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CONTRIBUTING.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/a01_prereqs.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/a02_EML_creation_script.html

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/a03_Template_edits.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)