r-for-educators / flair

decorate your R code
https://r-for-educators.github.io/flair/index.html
Other
211 stars 21 forks source link

Fixes for dev stringr #40

Closed hadley closed 1 year ago

hadley commented 2 years ago

stringr 1.5.0 will require inputs be vectors so I had to coerce the source objects in a couple of places. (I also fixed an warning about a vector in an if condition, you should double check that all() is correct here).