Skip to content

v0.4.0

Compare
Choose a tag to compare
@khusmann khusmann released this 05 Sep 17:50
· 8 commits to main since this release

New features:

  • comparisons only operate on value channels; return missing values as they should (see r-lib/vctrs#1928 (comment))
  • added multichannel comparsion operators %==% and %!=%
  • removed is.empty() in favor of x %==% na()