I\'m trying to install the \'yaml\' and \'stringi\' packages in R-Studio, and it keeps giving me these errors:
> install.packages(\"stringi\")
Package whi
Struggled with this issue today, solved it for now by first downloading the windows binary and then installing e.g.
install.packages("https://cran.r-project.org/bin/windows/contrib/3.3/stringi_1.1.1.zip", repos =NULL)
Just go to https://cran.r-project.org/ and then R Binaries/Windows/contrib and copy the url as argument to install.packages()