[Bug 283262] devel/R-cran-optparse: upd ate 1.6.6 → 1.7.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Dec 2024 17:42:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283262 Bug ID: 283262 Summary: devel/R-cran-optparse: update 1.6.6 → 1.7.5 Product: Ports & Packages Version: Latest Hardware: Any URL: https://cran.r-project.org/web/packages/optparse/news/ news.html OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: jwb@freebsd.org Reporter: alster@vinterdalen.se CC: jwb@freebsd.org Flags: maintainer-feedback?(jwb@freebsd.org) Assignee: jwb@freebsd.org Attachment #255784 maintainer-approval?(jwb@freebsd.org) Flags: CC: jwb@freebsd.org Created attachment 255784 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=255784&action=edit [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. -- You are receiving this mail because: You are the assignee for the bug.