Skip to content

v0.2.0

Choose a tag to compare

@egnha egnha released this 18 Sep 19:10
· 69 commits to 0.3.2 since this release
  • fn() now comprehends literal unquoting operators via the use of QUQ(),
    QUQS() and QUQE(). This allows you to make functions with fn() that
    contain unquoting operators, which is handy when programming with dplyr or
    other tidyverse packages.

  • make_fn_aware() is a new functional operator that enhances a function by
    enabling it to interpret abbreviated functional arguments (cf. as_fn()).

  • In order to keep the package namespace slim, ..() has been softly
    deprecated.