Hello Rstudio Community
I have successful install "tidyverse" but once I try to import the library it gives me an error that there is no package called ‘stringi’
However, I went through and install the package "stringi" with type="mac.binary" but unfortunately it wasn't working too. Kindly see the errors below.
library(tidyverse)
Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘stringi’
install.packages("stringi", type="mac.binary")
Warning in install.packages :
downloaded length 775920 != reported length 14635208
Warning in install.packages :
URL 'https://cran.rstudio.com/bin/macosx/contrib/4.1/stringi_1.7.6.tgz': Timeout of 60 seconds was reached
Error in download.file(url, destfile, method, mode = "wb", ...) :
download from 'https://cran.rstudio.com/bin/macosx/contrib/4.1/stringi_1.7.6.tgz' failed
Warning in install.packages :
download of package ‘stringi’ failed