Skip to content

Commit 8a6d093

Browse files
authored
Merge pull request DOI-NPS#181 from RobLBaker/main
DGCE migration updates
2 parents 345297c + 0b11048 commit 8a6d093

144 files changed

Lines changed: 3841 additions & 461 deletions

File tree

Some content is hidden

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

CONTRIBUTING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ All types of contributions are encouraged and valued. See the [Table of Contents
3030

3131
## I Have a Question
3232

33-
> If you want to ask a question, we assume that you have read the available [Documentation](https://nationalparkservice.github.io/DPchecker/).
33+
> If you want to ask a question, we assume that you have read the available [Documentation](https://doi-nps.github.io/DPchecker/).
3434
35-
Before you ask a question, it is best to search for existing [Issues](https://github.com/nationalparkservice/DPchecker/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
35+
Before you ask a question, it is best to search for existing [Issues](https://github.com/doi-nps/DPchecker/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
3636

3737
If you then still feel the need to ask a question and need clarification, we recommend the following:
3838

39-
- Open an [Issue](https://github.com/nationalparkservice/DPchecker/issues/new/choose).
39+
- Open an [Issue](https://github.com/doi-nps/DPchecker/issues/new/choose).
4040
- Provide as much context as you can about what you're running into.
4141
- Provide project and platform versions , depending on what seems relevant.
4242

@@ -57,8 +57,8 @@ We will then take care of the issue as soon as possible.
5757
A good bug report shouldn't leave others needing to chase you up for more information. Therefore, we ask you to investigate carefully, collect information and describe the issue in detail in your report. Please complete the following steps in advance to help us fix any potential bug as fast as possible.
5858

5959
- Make sure that you are using the latest version.
60-
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](https://nationalparkservice.github.io/DPchecker/). If you are looking for support, you might want to check [this section](#i-have-a-question)).
61-
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/nationalparkservice/DPchecker/issues/new/choose).
60+
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](https://doi-nps.github.io/DPchecker/). If you are looking for support, you might want to check [this section](#i-have-a-question)).
61+
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/doi-nps/DPchecker/issues/new/choose).
6262
- Also make sure to search the internet to see if users outside of the GitHub community have discussed the issue.
6363
- Collect information about the bug:
6464
- Stack trace (Traceback)
@@ -70,12 +70,12 @@ A good bug report shouldn't leave others needing to chase you up for more inform
7070

7171
#### How Do I Submit a Good Bug Report?
7272

73-
> You must never report security related issues, vulnerabilities or bugs including sensitive information to the issue tracker, or elsewhere in public. Instead sensitive bugs must be sent by email to robert_baker@nps.gov.
73+
> You must never report security related issues, vulnerabilities or bugs including sensitive information to the issue tracker, or elsewhere in public. Instead sensitive bugs must be sent by email to [robert_baker@nps.gov](mailto:robert_baker@nps.gov).
7474
7575

7676
We use GitHub issues to track bugs and errors. If you run into an issue with the project:
7777

78-
- Open an [Issue](https://github.com/nationalparkservice/DPchecker/issues/new/choose). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
78+
- Open an [Issue](https://github.com/doi-nps/DPchecker/issues/new/choose). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
7979
- Explain the behavior you would expect and the actual behavior.
8080
- Please provide as much context as possible and describe the *reproduction steps* that someone else can follow to recreate the issue on their own. This usually includes your code. For good bug reports you should isolate the problem and create a reduced test case. See [https://gist.github.com/hadley/270442](https://gist.github.com/hadley/270442) for a great run down on how to create reproducible examples.
8181
- Provide the information you collected in the previous section.
@@ -94,15 +94,15 @@ This section guides you through submitting an enhancement **including completely
9494
#### Before Submitting an Enhancement
9595

9696
- Make sure that you are using the latest version.
97-
- Read the [documentation](https://nationalparkservice.github.io/DPchecker/) carefully and find out if the functionality is already covered, maybe by an individual configuration.
98-
- Perform a [search](https://github.com/nationalparkservice/DPchecker/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
97+
- Read the [documentation](https://doi-nps.github.io/DPchecker/) carefully and find out if the functionality is already covered, maybe by an individual configuration.
98+
- Perform a [search](https://github.com/doi-nps/DPchecker/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
9999
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing an add-on/plugin library or package.
100100
- Please consult with the developers if you would like to create an add-on package. Maybe we can help!
101101

102102

103103
#### How Do I Submit a Good Enhancement Suggestion?
104104

105-
Enhancement suggestions are tracked as [GitHub issues](https://github.com/nationalparkservice/DPchecker/issues).
105+
Enhancement suggestions are tracked as [GitHub issues](https://github.com/doi-nps/DPchecker/issues).
106106

107107
- Use a **clear and descriptive title** for the issue to identify the suggestion.
108108
- Provide a **step-by-step description of the suggested enhancement** in as many details as possible.

DESCRIPTION

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Description: Allows the user (and reviewer) to check a data package and test whe
1010
License: MIT + file LICENSE
1111
Encoding: UTF-8
1212
Roxygen: list(markdown = TRUE)
13-
RoxygenNote: 7.3.2
13+
RoxygenNote: 7.3.3
1414
VignetteBuilder: knitr
1515
Suggests:
1616
here,
@@ -35,7 +35,7 @@ Imports:
3535
EMLeditor,
3636
lifecycle
3737
Remotes:
38-
https://github.com/nationalparkservice/QCkit,
39-
https://github.com/nationalparkservice/EMLeditor
40-
URL: https://github.com/nationalparkservice/DPchecker, https://nationalparkservice.github.io/DPchecker/
41-
BugReports: https://github.com/nationalparkservice/DPchecker/issues
38+
https://github.com/doi-nps/QCkit,
39+
https://github.com/doi-nps/EMLeditor
40+
URL: https://github.com/doi-nps/DPchecker, https://doi-nps.github.io/DPchecker/
41+
BugReports: https://github.com/doi-nps/DPchecker/issues

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# DPchecker 1.1.1
2+
## 2026-04-22
3+
* Documentation (URLs mostly) and metadata (code.json added) updates in preparationfor migration to DGEC.
4+
25
## 2025-07-11
36
* Fix bug in `test_datatable_urls_doi()` and `test_datatable_url_attributes()`
47
* Fix bug in `test_dp_abstract()`

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- badges: start -->
22
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
3-
[![CodeFactor](https://www.codefactor.io/repository/github/roblbaker/dpchecker/badge)](https://www.codefactor.io/repository/github/roblbaker/dpchecker)
4-
[![R-CMD-check](https://github.com/nationalparkservice/DPchecker/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/nationalparkservice/DPchecker/actions/workflows/R-CMD-check.yaml)
3+
[![CodeFactor](https://www.codefactor.io/repository/github/doi-nps/dpchecker/badge)](https://www.codefactor.io/repository/github/doi-nps/dpchecker)
4+
[![R-CMD-check](https://github.com/doi-nps/DPchecker/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/doi-nps/DPchecker/actions/workflows/R-CMD-check.yaml)
55
<!-- badges: end -->
66

77

@@ -19,7 +19,10 @@ You can install the development version of DPchecker from
1919

2020
``` r
2121
# install.packages("pak")
22-
pak::pkg_install("nationalparkservice/DPchecker")
22+
pak::pkg_install("doi-nps/DPchecker")
23+
# alternatively:
24+
# install.packages("remotes")
25+
remotes::install_github("doi-nps/DPchecker")
2326
```
2427

2528
## Examples:

code.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
[
2+
{
3+
"name": "DPchecker",
4+
"organization": "NATIONAL PARK SERVICE",
5+
"description": "Allows the user (and reviewer) to check a data package and test whether it meets the congruence standards set forth by NPS for upload to DataStore as a datapackage.",
6+
"version": "1.1.0",
7+
"status": "ongoing development",
8+
"permissions": {
9+
"usageType": "openSource",
10+
"licenses": [
11+
{
12+
"name": "Public Domain, CC0-1.0",
13+
"URL": "https://github.com/DOI-NPS/DPchecker"
14+
}
15+
]
16+
},
17+
"homepageURL": "https://github.com/DOI-NPS/DPchecker",
18+
"downloadURL": "https://github.com/DOI-NPS/DPchecker",
19+
"disclaimerURL": "hhtps://github.com/DOI-NPS/DPchecker/blob/main/LICENSE",
20+
"repositoryURL": "https://github.com/DOI-NPS/DPchecker",
21+
"vcs": "git",
22+
"laborHours": 1,
23+
"tags": [
24+
"NRSS",
25+
"IMD",
26+
"r",
27+
"schema",
28+
"open",
29+
"accessible",
30+
"open-data",
31+
"nps",
32+
"reusable",
33+
"datastore",
34+
"eml",
35+
"findable",
36+
"interoperable",
37+
"national-park-service"
38+
],
39+
"languages": [
40+
"R"
41+
],
42+
"contact": {
43+
"name": "Robert Baker",
44+
"email": "robert_baker@nps.gov"
45+
},
46+
"date": {
47+
"metadataLastUpdated": "2026-04-22"
48+
}
49+
}
50+
]

docs/404.html

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

docs/404.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Content not found. Please use links in the navbar.
2+
3+
# Page not found (404)

0 commit comments

Comments
 (0)