Skip to content

Releases: tonyfischetti/assertr

CRAN release v3.0.1

23 Nov 00:30
9d32c07
Compare
Choose a tag to compare
  • Hotfix for breaking change in roxygen2

CRAN release v3.0.0

06 Nov 15:08
355ef1d
Compare
Choose a tag to compare
  • Fixed rare bug wherein single row data.frame would yield unexpected results
  • Removed deprecated underscore functions

CRAN release v2.8

28 Jan 17:20
Compare
Choose a tag to compare

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

New CRAN version (2.7)

05 Feb 22:17
Compare
Choose a tag to compare
  • added "inverse" option to predicates

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

CRAN Submission 2

26 Jun 21:47
Compare
Choose a tag to compare

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!

CRAN Publication

24 Mar 17:02
Compare
Choose a tag to compare

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