Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 457 Bytes

NEWS.md

File metadata and controls

22 lines (12 loc) · 457 Bytes

rtern 0.1.2

  • Fix bug when using ? inside functions by using rlang quosures.

  • Fixed link in README.md

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.