Skip to content

Releases: rossellhayes/fauxnaif

Version 0.7.1

12 Aug 17:36
Compare
Choose a tag to compare
  • Update Roxygen version to avoid CRAN NOTE.

Version 0.7.0

27 Apr 21:57
6c514a2
Compare
Choose a tag to compare
  • na_if_in() and na_if_not() now support vctrs classes like haven_labelled.
  • Function arguments must now return logical vectors of the same length as x.
  • fauxnaif no longer throws warnings. Situations that previously produced a warning now produce an error:
    • If no arguments are passed to ....
    • If any arguments passed to ... are not coercible to a vector or a function.
  • Removed deprecated fauxnaif::na_if() and scoped na_if_*() functions.
  • Added pkgdown URL to DESCRIPTION.
  • Added inst/CITATION.

Version 0.6.1

04 Sep 21:15
Compare
Choose a tag to compare
  • Replace argument input with x.
  • Advance fauxnaif::na_if() and scoped na_if_*() functions from deprecate_soft() to deprecate_warn().
  • Only warn fauxnaif::na_if() is deprecated if arguments could not be handled by dplyr::na_if().
  • Added pkgdown site.
  • Remove inst/CITATION.

Version 0.6.0

03 Aug 19:04
Compare
Choose a tag to compare
  • No longer produce a warning when no replacements are made.
  • Deprecate scoped na_if() functions and suggest replacing them with dplyr::across().
  • Deprecate fauxnaif::na_if() and suggest replacing it with na_if_in().

Version 0.5.6

01 Mar 21:01
Compare
Choose a tag to compare
  • Initial CRAN release.
  • Scoped na_if_*() functions now call an internal function fauxnaif:::scoped_na_if() to reduce repeated code.