Skip to content

magrittr 2.0.2

Compare
Choose a tag to compare
@lionel- lionel- released this 26 Jan 16:01
· 14 commits to main since this release
  • New eager pipe %!>% for sequential evaluation (#247). Consider
    using force() 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)