To run R Markdown I get a pop-up message that the required package 'stringi' needs to be updated; but while the error message returned says installation has failed, right below that it says its been successfully installed too.
I try running R Markdown again after and it still pop-ups about the 'stringi' package needing an update.
trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.2/stringi_1.7.12.zip'
Content type 'application/zip' length 14221653 bytes (13.6 MB)
=======
downloaded 2.0 MB
Error in download.file(url, destfile, method, mode = "wb", ...) :
download from 'https://cran.rstudio.com/bin/windows/contrib/4.2/stringi_1.7.12.zip' failed
In addition: Warning messages:
1: In download.file(url, destfile, method, mode = "wb", ...) :
downloaded length 2118058 != reported length 14221653
2: In download.file(url, destfile, method, mode = "wb", ...) :
URL 'https://cran.rstudio.com/bin/windows/contrib/4.2/stringi_1.7.12.zip': Timeout of 60 seconds was reached
Warning in download.packages(pkgs, destdir = tmpd, available = available, :
download of package 'stringi' failed
✔ Package 'stringi' successfully installed.