Closed hadley closed 1 year 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).
if
all()
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 thatall()
is correct here).