Skip to content

Releases: grddavies/rtern

v0.1.2

26 Jan 18:41
d7443c6
Compare
Choose a tag to compare
  • Fixed bug when using ? inside functions by using rlang quosures.

  • Fixed link in README.md

rtern v0.1.1

04 May 10:29
Compare
Choose a tag to compare

rtern 0.1.1

  • Dealt with some R CMD check notes relating to documentation

rtern 0.1.0

New features

  • Multiple ternary operator statements can be chained together.

  • Added a NEWS.md file to track changes to the package.

Bug fixes

  • Fixed errors when RHS values are strings containing colons or functions under
    namespaces.