data.validator 0.2.1
CRAN release: 2023-12-11
- Swapping of
errorandwarningarguments insave_summary()fixed - Fixed
validate()function to correctly returndata-nameattribute when used in pipe chains with%>%or|>operator. -
save_results()now uses function passed tomethodargument to write results - Enable the option to change the size of the sample of errors displayed in
render_semantic_report_ui.
data.validator 0.2.0
CRAN release: 2023-05-08
-
validate_cols()andvalidate_rows()will use all columns in dataframe if no column is passed - Added a defensive wrapper (
data.validator:::check_assertr_expression()) to add evaluation error to regular validation errors - Removed deprecated
.datacalls indplyr::select() -
shiny.semantic::accordion()bug fixes
data.validator 0.1.6
CRAN release: 2022-01-19
No changes. Released to restore data.validator on CRAN, previously archived due to the archiving of shiny.semantic dependency.