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: Closed FIXED
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-20 19:40 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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-01-20 19:35:45 UTC
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(-)
Comment 2 Jason W. Bacon freebsd_committer freebsd_triage 2025-01-20 19:40:07 UTC
Thanks!