cleanepi
R package to clean and standardize epidemiological data
cleanepi is in the long tail of bug fixes that follows a 1.0 — and changed maintainers along the way.
◆Recent moves
- 9mo ago
Case-insensitive missing-value matching and report fixes
replace_missing_values() now matches na_strings ignoring case and surrounding whitespace — a behaviour change for anyone relying on exact matching — alongside cli-related errors fixed in check_subject_ids() and duplicate elements removed from the report object.
View source ↗ - 1y ago
Report elements become vectors; date parsing default restored
Several report elements that were comma-separated strings are returned as vectors, print_report() gains a what argument to print one operation's report, and the standardize_dates() orders default from 1.0.2 is reinstated.
View source ↗ - 1y ago
Date guesser corrected; empty-row indices fixed
The date guesser handles quarters and partial dates and pre-processes odd cases before {lubridate} parses them, print_report() returns actual empty-row indices rather than a row count, and automatic numeric-to-date conversion is stopped because it produced unexpected results.
View source ↗ - 2y ago
First major release with cleaning and reporting
1.0.0 establishes the two halves of the package that everything since has refined: the data cleaning operations and the report describing what they did.
View source ↗