Releases: trevorld/r-getopt
Releases · trevorld/r-getopt
getopt 1.20.4
getopt 1.20.3
- Now by default
getopt
won't override a user specifiedopt
argument ifargv
is in the global environment.
Will continue to useargv
as a default foropt
if it is in the global environment and the user does not specify anopt
argument (forlittler
compatibility).
Version 1.20.2
- Now allows one to pass an empty string to a character option.
Thanks Matthew Flickinger for bug report.
getopt 1.20.1
- Now explicitly imports the
na.omit()
method from thestats
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 anNA
.
Thanks Roman Zenka for suggestion.