When I was trying to give library(tidyverse) Its not showing on console, is this normal or am I missing anything. Also I'm getting error Error: package or namespace load failed for ‘tidyverse’:
.onAttach failed in attachNamespace() for 'tidyverse', details:
call: NULL
error: package or namespace load failed for ‘stringr’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘stringi’
You need to install the {stringr} package. Try
install.packages("stringr")
```
then
```
install.packages("tidyverse")
```
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.