salty icon indicating copy to clipboard operation
salty copied to clipboard

Vectorised `repfun`. Fixes tidyverse/stringr#551

Open SereDef opened this issue 3 months ago • 2 comments

This small fix prevents selective_replacement() from breaking on newer versions of stringr. str_replace_all() will accept a character vector as replacement instead of a single function. See https://github.com/tidyverse/stringr/issues/551

SereDef avatar Sep 19 '25 19:09 SereDef

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

hadley avatar Sep 24 '25 14:09 hadley

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

hadley avatar Oct 27 '25 14:10 hadley