You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might be a fun challenge if you're very familiar with the package development process — you need install the dev version of string, fork each package, use pak::pak() to load all dependencies, then run tests/R CMD check, and fixes the revealed bugs in str_replace_all(). Previously the functions were passed a single function and now they're passed a character vector, so you'll need to figure out how to vectorise the existing code.
hadley
changed the title
Fixed vectorised replacement failures
Fix vectorised replacement failures
Jul 17, 2024
The text was updated successfully, but these errors were encountered: