I am new to R and trying to load the tidyverse with library(tidyverse), i pasting here the output and need your support to fix this.
library(tidyverse)
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’
That is just an informative message letting you know some of the loaded tidyverse packages have functions with the same name as other previously loaded packages.it is not an error message so you are good to go.