DPchecker
@@ -43,7 +43,7 @@
DPchecker 0.3.4
-
2024-02-05 * Fix bug in test_date_range()
that was adding UTC to temporalCoverage * test_missing_data()
now also handles the missing data codes “blank” and “empty”. * Update test_missing_data()
to default to flag whole files, not each column that has undocumented missing data. This condenses the error output when running run_congruence_checks()
. When trouble shooting and attempting to pinpoint data that lack missing values, test_missing_data()
can be run with the parameter detail_level = “columns”. 2024-01-26 * Bugfixes for test_dates_parse()
and test_date_range()
: now ignore files that have times but no dates or date times. * Bugfixes for test_valid_fieldnames()
, test_valid_filenames()
, test_numeric_fields()
, test_dates_parse()
, and test_date_range()
- all the same bug; must be something deep in a dependency chain changed. * Bugfix attempt for test_fields_match()
reportedly needs more testing * Add function test_missing_data()
which scans data for NAs not documented in metadata
+
2024-06-24 * Fixed bug in test_missing_data()
where if the order of files listed in metadata did not match the order of files produced by list.files()
the function would evaluate the wrong file and produce inadvertent and unhelpful errors. 2024-02-05 * Fix bug in test_date_range()
that was adding UTC to temporalCoverage * test_missing_data()
now also handles the missing data codes “blank” and “empty”. * Update test_missing_data()
to default to flag whole files, not each column that has undocumented missing data. This condenses the error output when running run_congruence_checks()
. When trouble shooting and attempting to pinpoint data that lack missing values, test_missing_data()
can be run with the parameter detail_level = “columns”. 2024-01-26 * Bugfixes for test_dates_parse()
and test_date_range()
: now ignore files that have times but no dates or date times. * Bugfixes for test_valid_fieldnames()
, test_valid_filenames()
, test_numeric_fields()
, test_dates_parse()
, and test_date_range()
- all the same bug; must be something deep in a dependency chain changed. * Bugfix attempt for test_fields_match()
reportedly needs more testing * Add function test_missing_data()
which scans data for NAs not documented in metadata
DPchecker 0.3.3
@@ -72,11 +72,11 @@
DPchecker 0.3.2
diff --git a/docs/pkgdown.js b/docs/pkgdown.js
index 5fccd9c..9bd6621 100644
--- a/docs/pkgdown.js
+++ b/docs/pkgdown.js
@@ -30,10 +30,10 @@
/* Clipboard --------------------------*/
function changeTooltipMessage(element, msg) {
- var tooltipOriginalTitle=element.getAttribute('data-original-title');
- element.setAttribute('data-original-title', msg);
+ var tooltipOriginalTitle=element.getAttribute('data-bs-original-title');
+ element.setAttribute('data-bs-original-title', msg);
$(element).tooltip('show');
- element.setAttribute('data-original-title', tooltipOriginalTitle);
+ element.setAttribute('data-bs-original-title', tooltipOriginalTitle);
}
if(ClipboardJS.isSupported()) {
@@ -60,7 +60,7 @@
e.clearSelection();
});
- clipboard.on('error', function() {
+ clipboard.on('error', function(e) {
changeTooltipMessage(e.trigger,'Press Ctrl+C or Command+C to copy');
});
diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml
index 94cdd26..a5b4b48 100644
--- a/docs/pkgdown.yml
+++ b/docs/pkgdown.yml
@@ -1,7 +1,7 @@
-pandoc: 3.1.1
-pkgdown: 2.0.7
+pandoc: 3.1.11
+pkgdown: 2.0.9
pkgdown_sha: ~
articles:
DPchecker: DPchecker.html
-last_built: 2024-02-26T18:12Z
+last_built: 2024-06-24T15:37Z
diff --git a/docs/reference/DPchecker-package.html b/docs/reference/DPchecker-package.html
index c8892f4..936f76e 100644
--- a/docs/reference/DPchecker-package.html
+++ b/docs/reference/DPchecker-package.html
@@ -1,12 +1,12 @@
-
DPchecker: Checks Data Packages for Congruence — DPchecker-package • DPcheckerDPchecker: Checks Data Packages for Congruence — DPchecker-package • DPchecker
Skip to contents
-