Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please update tidyverse packages #28

Open
pverkind opened this issue Apr 6, 2021 · 0 comments
Open

please update tidyverse packages #28

pverkind opened this issue Apr 6, 2021 · 0 comments

Comments

@pverkind
Copy link

pverkind commented Apr 6, 2021

In an interactive fiddle created with tutorial, I get the the message "Error: could not find function str_which":

> library("stringr")
> test_v <- c("abc", "def", "cbad")
> str_which(test_v, "a.")
Error: could not find function "str_which"
> str_detect(test_v, "a.")
[1]  TRUE FALSE  TRUE
> 

Since the str_detect() function from the same package does not trigger an error, it appears that an old version of stringr is included on your server (str_which() was added to stringr in February 2017:
https://stringr.tidyverse.org/news/index.html#new-features-1 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant