Skip to content

Commit 033b976

Browse files
authored
Merge pull request #155 from RobLBaker/main
Add id=DataStore_project to projects with DataStore Project URLs
2 parents 7fbfa59 + 31c9bf5 commit 033b976

Some content is hidden

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

77 files changed

+239
-278
lines changed

.github/workflows/R-CMD-check.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
2-
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
1+
# Workflow derived from: https://github.com/r-lib/actions/tree/v2/examples
2+
# Need help debugging build failures? Start at:
3+
# https://github.com/r-lib/actions#where-to-find-help
4+
# unix build check fix applied from:
5+
# 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
6+
37
on:
48
push:
59
branches: [main, master]

.github/workflows/pkgdown.yaml

-46
This file was deleted.

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ License: CC0
1919
BugReports: https://github.com/nationalparkservice/EMLeditor/issues
2020
Encoding: UTF-8
2121
Roxygen: list(markdown = TRUE)
22-
RoxygenNote: 7.3.1
22+
RoxygenNote: 7.3.2
2323
Remotes:
2424
NCEAS/arcticdatautils,
2525
nationalparkservice/DPchecker,

NEWS.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# EMLeditor v0.1.6 (in progress)
2+
## 2024-08-21
3+
* add id tag to projects to help DataStore identify DataStore projects vs. other projects.
24
## 2024-08-20
35
* add helper.R file with a test_path function to facilitate unit tests
46
* update unit test code to run both interactively and during build checks

R/editEMLfunctions.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1633,7 +1633,7 @@ set_project <- function(eml_object,
16331633
organizationName = project_org,
16341634
onlineUrl = project_url,
16351635
role = project_role
1636-
)
1636+
), id = "DataStore_project"
16371637
)
16381638

16391639
eml_object$dataset$project <- proj

docs/404.html

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE.html

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/a01_prereqs.html

+2-2
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

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/a03_Template_edits.html

+3-3
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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/a05_advanced_functionality.html

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)