Skip to content

Fix for upcoming stringr 1.6.0 - #59

Merged
uribo merged 1 commit into
uribo:mainfrom
hadley:stringr-1.6.0
Apr 28, 2026
Merged

Fix for upcoming stringr 1.6.0#59
uribo merged 1 commit into
uribo:mainfrom
hadley:stringr-1.6.0

Conversation

@hadley

@hadley hadley commented Sep 23, 2025

Copy link
Copy Markdown
Contributor

str_remove() no longer accepts NA patterns since it's not clear what that means.

`str_remove()` no longer accepts `NA` patterns since it's not clear what that means.
@hadley hadley mentioned this pull request Sep 23, 2025
24 tasks
@hadley

hadley commented Sep 24, 2025

Copy link
Copy Markdown
Contributor Author

As a heads up, we're planning to submit stringr 1.6.0 to CRAN on November 3.

@hadley

hadley commented Oct 27, 2025

Copy link
Copy Markdown
Contributor Author

@uribo FYI we are on track for a Nov 3 submission

@uribo

uribo commented Apr 28, 2026

Copy link
Copy Markdown
Owner

Hi @hadley,

Thanks for the PR, and I owe you a real apology — I let this slip past me entirely, and as a direct consequence zipangu was archived from CRAN on 2025-12-13 (the failing test was exactly the one your patch fixed). That was on me, not on the heads-up you gave.

Merging now, and I'll work on the remaining issues to prepare a resubmission to CRAN. Thanks again for catching it and for your patience.

@uribo
uribo merged commit 64236d1 into uribo:main Apr 28, 2026
6 checks passed
uribo added a commit that referenced this pull request Apr 28, 2026
- Declare R (>= 4.1.0) in DESCRIPTION (the package uses the native
  pipe |> and the lambda shorthand \(x); this was a NOTE in the CRAN
  checks that preceded the 2025-12-13 archival)
- Bump RoxygenNote to 7.3.3
- Record the stringr 1.6.0 fix from #59 in NEWS
- Exclude .claude/ from package builds and git history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants