Assertr Versions Save

Assertive programming for R analysis pipelines

v3.0.1

5 months ago
  • Hotfix for breaking change in roxygen2

v3.0.0

1 year ago
  • Fixed rare bug wherein single row data.frame would yield unexpected results
  • Removed deprecated underscore functions

v2.8

3 years ago

A major release! Big thank you to contributors Krystian Igras, Appsilon, Angela (aalucaci), Jeroen Ooms, and everyone else

  • allows for custom success/error callbacks even if in an assertr chain

  • ability to store success information

  • introduction of obligatory rules, which marks data as defective and can use a custom callback

  • support for a custom description of a rule

  • support for appending warnings

  • support for checking if a row contains a duplicated value across columns (duplicates_across_cols [a row_redux])

  • support for checking if passed data has a particular class (has_class [a verify utility])

  • support for assertion IDs

v2.7

4 years ago
  • added "inverse" option to predicates

  • bugs due to changes in r-devel and package dependencies fixed

1.0.0

8 years ago

This is the second version to hit CRAN. It's chock-full of new features and performance enhancements. This is version 1.0 so that API is stable!

v0.4.1

9 years ago

This was the first version to be released on CRAN. (Thorough and complete) tests passed on all platforms!