Skip to content

Commit

Permalink
update CUI, set_int_rights (#47)
Browse files Browse the repository at this point in the history
* remove blank space

* delete outdated file

* delete

* add DPchecker as remote, import

* add check_eml function

* delete non-used file

* check_eml function & documentation

* update location of write_readme function to check_eml.R

* comment out tests under production

* update documentation on using EMLeditor

* increment version

* Add info about what was changed in the newest version (0.1.0.1)

* update function: argument name disambiguation

* auto update via pkgdown & devtools::document

* rename files for portability

* rename files for portability

* Update documentation

* fix documentation regarding set_drr_doi vs set_drr

* update documentation on how to use set_int_rights()

* update documentation for set_int_rights: list out the 3 options.

* update .get_unit_polygon to use rest v5 (from v2)

* added purrr to Remotes

* fixed bug in set_content_units

* Roll back irma rest service unit code search to v2.

* fix typo

* set_cui: remove NPSONLY, PUBVER, PUBFUL codes; add PUBLIC code

* update set_int_rights to check the current set_cui dissemination codes.

* set_int_rights now also populates the licensedName field.

* update version; include change log.

* incriment version to v0.1.0.2

* update version to 0.1.0.2

* -update documentation on set_cui
-update documentation on set_int_rights
-move set_int_rights into the minimal workflow

* updated via pkgdown::build_github_site_pages and devtools::document
  • Loading branch information
RobLBaker authored Feb 10, 2023
1 parent 825f815 commit a302d9b
Show file tree
Hide file tree
Showing 61 changed files with 364 additions and 452 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: EMLeditor
Title: View and Edit EML Metadata
Version: 0.1.0.1
Version: 0.1.0.2
Authors@R: c(
person(given="Robert", family="Baker", email="[email protected]",
role = c("aut", "cre"),
Expand All @@ -20,7 +20,7 @@ BugReports: https://github.com/nationalparkservice/EMLeditor/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Remotes:
Remotes:
NCEAS/arcticdatautils,
nationalparkservice/DPchecker
Imports:
Expand All @@ -41,7 +41,8 @@ Imports:
stats,
lifecycle,
here,
DPchecker (>= 0.1.0)
DPchecker (>= 0.1.0),
purrr
Suggests:
knitr,
rmarkdown,
Expand Down
19 changes: 19 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# EMLeditor v0.1.0.2 "Devils Tower"

## February 09, 2023

# Summary

Bug fixes, update `set_cui()` codes, flesh out `set_int_rights`. Update documentation.

### Major changes

* replaced PUBVER and PUBFUL codes with PUBLIC in `set_cui()`.
* removed NPSONLY code from `set_cui()`.
* major bug fixes to `set_content_units()`.
* updated `set_int_rights()` to also populate licenseName field.

### Minor changes

* fixed minor typos in documentation
* moved `set_int_rights()` from "additional functions" to "minimal workflow"

# EMLeditor v0.1.0.1 "Whitebark Pine"

Expand Down
169 changes: 98 additions & 71 deletions R/editEMLfunctions.R

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ knitr::opts_chunk$set(


# EMLeditor
##### v0.1.0.0
##### "Electric Peak"
##### v0.1.0.2
##### "Devils Tower"


<!-- badges: start -->
Expand Down
6 changes: 3 additions & 3 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a302d9b

Please sign in to comment.