Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 0 additions & 49 deletions .github/workflows/pkgdown.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Imports:
readr,
utils,
EML,
gdata,
magrittr,
stringr,
lubridate,
Expand All @@ -49,7 +50,6 @@ Suggests:
rmarkdown,
testthat (>= 3.0.0),
QCkit,
gdata,
sf,
withr
Config/testthat/edition: 3
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by roxygen2: do not edit by hand

export(.finalize_eml)
export(.get_user_input3)
export(get_abstract)
export(get_additional_info)
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# EMLeditor v1.2.1 (Development version)
## 2026-07-01
* Add documentation to template script about cross references; clarify that content units are optional.
* Add documentation to github.io pages about cross references; clarify that content units are optional.
## 2026-06-30
* Add `.finalize_eml()` function to utils.R. Refactor and fix `set_cross_reference()` such that it no longer appends numbers to each cross reference.
## 2026-05-05
* Updated EML script .rmd to include package names when suggesting running `issues()` function.
* Remove pkgdown.yml for DGEC github actions compliance

## 2026-04-22
* Add code.json file and update links, urls, etc in preparation for DGEC migration
Expand Down
Loading
Loading