Skip to content

Commit

Permalink
Merge pull request #153 from RobLBaker/main
Browse files Browse the repository at this point in the history
update to v1.0.0 ahead of JOSS submission
  • Loading branch information
RobLBaker authored Jan 23, 2025
2 parents 95ce24f + e2802c1 commit b0f3187
Show file tree
Hide file tree
Showing 91 changed files with 233 additions and 179 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: DPchecker
Title: Checks Data Packages for Congruence
Version: 0.3.4
Version: 1.0.0
Authors@R: c(
person("Rob", "Baker", email = "[email protected]", role = c("cre", "aut"), comment = c(ORCID = "0000-0001-7591-5035")),
person(c("Sarah", "E."), "Wright", email = "[email protected]", role = "aut"),
Expand Down
1 change: 1 addition & 0 deletions DPchecker.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: 7167a88f-b0e3-4800-b8ed-793e7495781f

RestoreWorkspace: No
SaveWorkspace: No
Expand Down
5 changes: 2 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# DPchecker 0.3.5 (develoment version)
## 2024-011-05
# DPchecker 1.0.0
## 2024-11-05
* Bugfix for `test_storage_type()` data packages built in ezEML that have only 1 .csv file.

* Add `test_project()` function to test for DataStore projects.
* Add unit tests for all optional eml elements
* Update documentation to reflect new `test_project()` function.
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

# DPchecker

#### v0.3.3

DPchecker (Data Package checker) is a package with a series of functions for NPS data package authors and reviewers to check for internal consistency among data/meta data and with the data package standards.

Currently, *only EML metadata and .csv data files* are supported. It is recommended that you store all data files and the single metadata file (filename must end in "metadata.xml") in the same directory.
Expand All @@ -21,8 +19,8 @@ You can install the development version of DPchecker from
[GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("nationalparkservice/DPchecker")
# install.packages("pak")
pak::pkg_install("nationalparkservice/DPchecker")
```

## Examples:
Expand Down
6 changes: 3 additions & 3 deletions docs/404.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-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.

8 changes: 4 additions & 4 deletions docs/articles/DPchecker.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/index.html

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

Loading

0 comments on commit b0f3187

Please sign in to comment.