diff --git a/.Rbuildignore b/.Rbuildignore index 5f3d199..086ab97 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -3,3 +3,4 @@ ^LICENSE\.md$ ^README\.Rmd$ ^\.github$ +^vignettes/articles$ diff --git a/DESCRIPTION b/DESCRIPTION index 53166c0..a6c8522 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: QCkit Type: Package Title: NPS Inventory and Monitoring Quality Control Toolkit -Version: 0.1.4 +Version: 0.1.5 Authors@R: c( person(given = "Robert", family = "Baker", diff --git a/NEWS.md b/NEWS.md index 43f027b..97d78ac 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# QCkit v0.1.5 +2024-02-09 +* This version adds the DRR template, example files, and associated documentation to the QCkit package. + # QCkit v0.1.4 2024-01-23 * Maintenance on `get_custom_flag()` to align with updated DRR requirements diff --git a/docs/404.html b/docs/404.html index 5be2d8c..e96494a 100644 --- a/docs/404.html +++ b/docs/404.html @@ -32,17 +32,32 @@ QCkit - 0.1.4 + 0.1.5 diff --git a/docs/articles/new_rmd.png b/docs/articles/new_rmd.png new file mode 100644 index 0000000..1a15431 Binary files /dev/null and b/docs/articles/new_rmd.png differ diff --git a/docs/articles/new_rmd_template.png b/docs/articles/new_rmd_template.png new file mode 100644 index 0000000..4c4dfb1 Binary files /dev/null and b/docs/articles/new_rmd_template.png differ diff --git a/docs/authors.html b/docs/authors.html index 270e84e..40eb1bd 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -17,17 +17,30 @@ QCkit - 0.1.4 + 0.1.5 +
+ +

2024-02-09 * This version adds the DRR template, example files, and associated documentation to the QCkit package.

+

2024-01-23 * Maintenance on get_custom_flag() to align with updated DRR requirements * Added function replace_blanks() to ingest a directory of .csvs and write them back out to .csv (overwriting the original files) with blanks converted to NA (except if a file has NO data - then it remains blank and needs to be dealt with manually)

diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 4592ace..2ae4a4c 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -2,6 +2,8 @@ pandoc: 3.1.1 pkgdown: 2.0.7 pkgdown_sha: ~ articles: - QCkit: QCkit.html -last_built: 2024-02-02T16:00Z + DRR_Purpose_and_Scope: DRR_Purpose_and_Scope.html + Starting-a-DRR: Starting-a-DRR.html + Using-the-DRR-Template: Using-the-DRR-Template.html +last_built: 2024-02-09T17:19Z diff --git a/docs/reference/DC_col_check.html b/docs/reference/DC_col_check.html index 2ea563c..b79483f 100644 --- a/docs/reference/DC_col_check.html +++ b/docs/reference/DC_col_check.html @@ -19,17 +19,30 @@ QCkit - 0.1.4 + 0.1.5