uribo / zipangu

Japanese utility functions and data
https://uribo.github.io/zipangu
Other
56 stars 7 forks source link

Fix for dev stringr #53

Closed hadley closed 2 years ago

hadley commented 2 years ago

str_detect(x, pattern = "") now fails because it's ambiguous, so I've switch your code to use a simpler alternative.

uribo commented 2 years ago

Thanks for the report and suggestions for alternatives.

hadley commented 2 years ago

FYI stringr is now scheduled for release to CRAN on Dec 2.