Skip to content

Commit 99189f6

Browse files
committed
Documentation: update URLs and metadata associated with DGEC migration
1 parent 345297c commit 99189f6

6 files changed

Lines changed: 78 additions & 22 deletions

File tree

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
]

vignettes/DPchecker.Rmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ knitr::opts_chunk$set(
1818

1919
# Install DP checker
2020

21-
You can install [DPchecker](https://nationalparkservice.github.io/DPchecker/) as part of the [NPSdataverse](https://nationalparkservice.github.io/NPSdataverse/) using:
21+
You can install [DPchecker](https://doi-nps.github.io/DPchecker/) as part of the [NPSdataverse](https://doi-nps.github.io/NPSdataverse/) using:
2222

2323
```{r verse_install, eval=FALSE}
24-
install.packages("devtools")
25-
devtools::install_github("nationalparkservice/NPSdataverse")
24+
install.packages("remotes")
25+
remotes::install_github("doi-nps/NPSdataverse")
2626
library(NPSdataverse)
2727
```
2828

@@ -112,7 +112,7 @@ These tests ensure that the EML elements necessary for DataStore to properly ext
112112
* All dataTables listed in metadata have a unique file description ([`test_file_descript()`](../reference/test_file_descript.html))
113113
* Metadata contains a valid CUI code ([`test_cui_dissemination()`](../reference/test_cui_dissemination.html))
114114
* Metadata contains a valid license name ([`test_license()`](../reference/test_license.html))
115-
* Metadata contains an Intellectual Rights statement ([`test_int_rights()`](../reference/test_int_rights.html)
115+
* Metadata contains an Intellectual Rights statement ([`test_int_rights()`](../reference/test_int_rights.html))
116116
* All attributes listed in metadata have attribute definitions ([`test_attribute_defs()`](../reference/test_attribute_defs.html))
117117
* All attributes listed in metadata have storage types associated with them ([`test_storage_type()`](../reference/test_storage_type.html))
118118
* All attribute storage types are valid values ([`test_storage_type()`](../reference/test_storage_type.html))
@@ -140,4 +140,4 @@ These functions check to make sure the values and fields in the metadata file ac
140140
## Data and Metadata Compliance
141141
These functions check the data and metadata files for compliance. Please resolve any errors before uploading your data.
142142

143-
* Data files do not contain any email addresses that constitute personally identifiable information (PII) ([`test_pii_data_emails()`](../reference/test_pii_data.html)
143+
* Data files do not contain any email addresses that constitute personally identifiable information (PII) ([`test_pii_data_emails()`](../reference/test_pii_data.html))

0 commit comments

Comments
 (0)