magrittr 2.0.2
-
New eager pipe
%!>%
for sequential evaluation (#247). Consider
usingforce()
in your functions instead to make them strict, if
sequentiality is required. See the examples in?"pipe-eager"
. -
Fixed an issue that could cause pipe invocations to fail in versions of
R built with--enable-strict-barrier
. (#239, @kevinushey)