Skip to content

Commit a964e23

Browse files
authored
Merge pull request #174 from RobLBaker/main
Add Bug Reports and Source Code links to github.io landing page
2 parents e6be0d9 + a0b2d62 commit a964e23

File tree

72 files changed

+229
-245
lines changed

Some content is hidden

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

72 files changed

+229
-245
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Authors@R: c(
88
person("Amelia", "Sherman", role = "ctb"))
99
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.
1010
License: MIT + file LICENSE
11-
BugReports: https://github.com/nationalparkservice/DPchecker/issues
1211
Encoding: UTF-8
1312
Roxygen: list(markdown = TRUE)
1413
RoxygenNote: 7.3.2
@@ -39,3 +38,4 @@ Remotes:
3938
https://github.com/nationalparkservice/QCkit,
4039
https://github.com/nationalparkservice/EMLeditor
4140
URL: https://github.com/nationalparkservice/DPchecker, https://nationalparkservice.github.io/DPchecker/
41+
BugReports: https://github.com/nationalparkservice/DPchecker/issues

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# DPchecker 1.1.0 (under development)
2+
## 2025-05-12
3+
* Add links to Bug Reports (issues) and Source code to github.io main page
24
## 2025-04-23
35
* Remove `test_public_points()` function. DataStore previously made GPS coordinates public, even when data files were restricted-access, so this function was written to alert users of that fact. DataStore now applies the same access rules to GPS coordinates and data files, so this check is no longer needed.
46

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<!-- badges: start -->
22
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
33
[![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)
45
<!-- badges: end -->
56

6-
<!-- CMD-check badge...for once it's working...[![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) -->
7-
87

98
# DPchecker
109

docs/404.html

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

docs/CONTRIBUTING.html

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

docs/LICENSE-text.html

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

docs/LICENSE.html

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

docs/articles/DPchecker.html

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

docs/articles/index.html

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

docs/authors.html

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

0 commit comments

Comments
 (0)