Created attachment 255784 [details] [PATCH] devel/R-cran-optparse: update 1.6.6 → 1.7.5 optparse 1.7.5 We no longer coerce the type of an option default to match that of its type argument when action = "callback". Thanks husheng (@hs3434) for bug report (#47). optparse 1.7.4 Revises vignette engine specification in the DESCRIPTION to suppress new CRAN check NOTE (#43). optparse 1.7.3 The errors raised by parse_args() (and parse_args2()) are now of class “optparse_parse_error”. When interactive() is FALSE we now print out a usage string followed by a (less verbose) error message. Throws a more informative error message for unknown short flags when positional_arguments=TRUE. Thanks Greg Minshall for bug report (#42). optparse 1.7.1 Add a formatter argument to OptionParser() for a function to format the usage message (#30). By default uses the new function IndentedHelpFormatter(). {optparse} also provides the new function TitledHelpFormatter(). Thanks Ni Huang for suggestion.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e241945e9d8650bea8e6270e12e031d10551a8bf commit e241945e9d8650bea8e6270e12e031d10551a8bf Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2025-01-20 19:28:06 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2025-01-20 19:28:06 +0000 devel/R-cran-optparse: Update to 1.7.5 Several fixes and enhancements since 1.6.6 Changes: https://github.com/trevorld/r-optparse/releases PR: 283262 Reported by: alster@vinterdalen.se devel/R-cran-optparse/Makefile | 7 +++---- devel/R-cran-optparse/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-)
Thanks!