- fix broken URL Link to pointblank
- rename args
fail_on_X
tostop_on_X
- adds
stop_on_fail
to [check_data()
], so that the examples usingread_custom()
make sense (eg in the Readme); thanks FedericoComoglio for pointing it out! - fix bug when dplyr backend is used + add tests; thanks FedericoComoglio for reporting the bug!
- expose [
detect_backend()
] to allow user the check which backend is used
- allow multiline rules in yaml file
- fix bug where no fails in filter_fails would result in error
- Fix bug where multiline rules would break
- fix minor error in Readme
filter_fails()
allows the first argument to be aruleset
and not only a result ofcheck_data()
- fixed NOTEs for CRAN release
- first stable version
- Added a
NEWS.md
file to track changes to the package.