Skip to content

Commit fa914e3

Browse files
authored
Merge pull request DOI-NPS#199 from RobLBaker/main
update license guidance/documentation
2 parents 5cf7141 + caaff83 commit fa914e3

14 files changed

Lines changed: 41 additions & 1066 deletions

File tree

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# EMLeditor v1.1.0
2+
## 2025-07-25
3+
* bugfix for `set_data_urls` where giving the function a custom url caused it to create invalid metadata.
4+
25
## 2025-04-14
36
* remove all calls to arcticdatautils package; remove arcticdatautils from suggests and remotes.
47

R/editEMLfunctions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2242,7 +2242,7 @@ set_data_urls <- function(eml_object,
22422242
} else {
22432243
# if custom url is supplied:
22442244
eml_data_url <- list(url = url, `function` = tag)
2245-
names(eml_data_url) <- c("url", tag)
2245+
names(eml_data_url) <- c("url", "function")
22462246
}
22472247

22482248
# ezEML adds online distribution to the dataset; update that if it exists:

docs/articles/a02_EML_creation_script.html

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

docs/articles/a04_Editing_fixing_eml.html

Lines changed: 0 additions & 279 deletions
This file was deleted.

docs/articles/a05_advanced_functionality.html

Lines changed: 0 additions & 207 deletions
This file was deleted.

0 commit comments

Comments
 (0)