ryurko / fcscrapR

R package to scrape soccer commentary and statistics from ESPN
28 stars 11 forks source link

str_remove() is not working #2

Closed jaynal83 closed 6 years ago

jaynal83 commented 6 years ago

I am getting this error. I have stringr 1.2.0 version installed and I cannot find str_remove() function there. Could you please let me know which version of stringr you are using?

Error in mutate_impl(.data, dots) : Evaluation error: 'str_remove' is not an exported object from 'namespace:stringr'.

ryurko commented 6 years ago

Version 1.3.1 - just update the stringr package (or all of the tidyverse with install.packages('tidyverse') and you'll be good to go. Thanks for pointing this out though, I'll update the package version requirement.