- Swapping of
error
andwarning
arguments insave_summary()
fixed - Fixed
validate()
function to correctly returndata-name
attribute when used in pipe chains with%>%
or|>
operator. save_results()
now uses function passed tomethod
argument to write results- Enable the option to change the size of the sample of errors displayed in
render_semantic_report_ui
.
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
.data
calls indplyr::select()
shiny.semantic::accordion()
bug fixes
No changes. Released to restore data.validator
on CRAN, previously archived due to the archiving of shiny.semantic
dependency.
assert_cols
,assert_rows
andassert_if
renamed tovalidate_cols
,validate_rows
andvalidate_if
- First release