From 73a173ecc8be0916a8c6525c2dbf469aedddd488 Mon Sep 17 00:00:00 2001 From: Rob Baker Date: Wed, 14 Feb 2024 15:36:24 -0700 Subject: [PATCH 1/2] add update about get_custom_flags bugfix --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 97d78ac..c4a34f4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,7 @@ # QCkit v0.1.5 2024-02-09 * This version adds the DRR template, example files, and associated documentation to the QCkit package. +* Bugfix in `get_custom_flag()`: it was counting both A (accepted) and AE (Accepted, estiamted) as Accepted. Fixed the regex such that it Accepted will include all cells that start with A followed by nothing or by any character except AE such that flags can have explanation codes added to them (e.g. A_jenkins if "Jenkins" flagged the data as accepted) # QCkit v0.1.4 2024-01-23 From 43dce4b9f0908c565aaceeb14f3115b6cbd30ba9 Mon Sep 17 00:00:00 2001 From: Rob Baker Date: Wed, 14 Feb 2024 15:36:43 -0700 Subject: [PATCH 2/2] update via devtools::document and pkgdown --- docs/news/index.html | 2 +- docs/pkgdown.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/news/index.html b/docs/news/index.html index dd40595..d47c448 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -65,7 +65,7 @@

Changelog

-

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

+

2024-02-09 * This version adds the DRR template, example files, and associated documentation to the QCkit package. * Bugfix in get_custom_flag(): it was counting both A (accepted) and AE (Accepted, estiamted) as Accepted. Fixed the regex such that it Accepted will include all cells that start with A followed by nothing or by any character except AE such that flags can have explanation codes added to them (e.g. A_jenkins if “Jenkins” flagged the data as accepted)

diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index ea07434..69a5f59 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -5,5 +5,5 @@ articles: 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-12T21:24Z +last_built: 2024-02-14T22:32Z