v0.4.0
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 ofx %==% na()
New features:
%==%
and %!=%
is.empty()
in favor of x %==% na()