Skip to content

getopt 1.20.1

Compare
Choose a tag to compare
@trevorld trevorld released this 01 Oct 07:09
· 28 commits to master since this release
  • Now explicitly imports the na.omit() method from the stats package.
    Thanks Derrick Oswald for bug report.
  • Improved parsing for negative numbers preceded by a space instead of a '=' sign.
    Thanks Roman Zenka for improved regular expression.
  • Slightly more informative error message if storage.mode() coercion results in an NA.
    Thanks Roman Zenka for suggestion.