Skip to content

worrms v0.3.0

Compare
Choose a tag to compare
@sckott sckott released this 07 Nov 01:10
· 70 commits to master since this release

MINOR IMPROVEMENTS

  • fix to most functions throughout the package (those that have two versions, with and without an underscore): underscore versions of functions now do not error when an input is not found, but instead warn the user and move on - to facilitate working with many inputs. the non-underscore version of each function still only accepts 1 input and errors if you give more than 1 (#14) (#18)

BUG FIXES

  • make sure that functions that accept only 1 input for the first parameter error well with an informative message (#15)