Skip to content

Commit

Permalink
Merge pull request #155 from RobLBaker/main
Browse files Browse the repository at this point in the history
Add id=DataStore_project to projects with DataStore Project URLs
  • Loading branch information
RobLBaker authored Aug 22, 2024
2 parents 7fbfa59 + 31c9bf5 commit 033b976
Show file tree
Hide file tree
Showing 77 changed files with 239 additions and 278 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
# Workflow derived from: https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at:
# https://github.com/r-lib/actions#where-to-find-help
# unix build check fix applied from:
# https://forum.posit.co/t/libraptor2-dev-depends-libcurl4-gnutls-dev-but-it-is-not-installable-in-r-lib-actions-setup-r-dependencies-v2/181572/4

on:
push:
branches: [main, master]
Expand Down
46 changes: 0 additions & 46 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 @@ -19,7 +19,7 @@ License: CC0
BugReports: https://github.com/nationalparkservice/EMLeditor/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Remotes:
NCEAS/arcticdatautils,
nationalparkservice/DPchecker,
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# EMLeditor v0.1.6 (in progress)
## 2024-08-21
* add id tag to projects to help DataStore identify DataStore projects vs. other projects.
## 2024-08-20
* add helper.R file with a test_path function to facilitate unit tests
* update unit test code to run both interactively and during build checks
Expand Down
2 changes: 1 addition & 1 deletion R/editEMLfunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@ set_project <- function(eml_object,
organizationName = project_org,
onlineUrl = project_url,
role = project_role
)
), id = "DataStore_project"
)

eml_object$dataset$project <- proj
Expand Down
30 changes: 15 additions & 15 deletions docs/404.html

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

2 changes: 1 addition & 1 deletion 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.

4 changes: 2 additions & 2 deletions docs/articles/a01_prereqs.html

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

6 changes: 3 additions & 3 deletions docs/articles/a02_EML_creation_script.html

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

6 changes: 3 additions & 3 deletions docs/articles/a03_Template_edits.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/articles/a04_Editing_fixing_eml.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/articles/a05_advanced_functionality.html

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

Loading

0 comments on commit 033b976

Please sign in to comment.