Skip to content

CRAN release v2.8

Compare
Choose a tag to compare
@tonyfischetti tonyfischetti released this 28 Jan 17:20
· 46 commits to master since this release

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