Bug 283262 - devel/R-cran-optparse: update 1.6.6 → 1.7.5
Summary: devel/R-cran-optparse: update 1.6.6 → 1.7.5
Status: Open
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Jason W. Bacon
URL: https://cran.r-project.org/web/packag...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-11 17:42 UTC by Älven
Modified: 2025-01-10 23:25 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (jwb)


Attachments
[PATCH] devel/R-cran-optparse: update 1.6.6 → 1.7.5 (1.63 KB, patch)
2024-12-11 17:42 UTC, Älven
alster: maintainer-approval? (jwb)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Älven 2024-12-11 17:42:22 UTC
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.