When I try to install packages from 0-cloud it doesn't work
> install.packages("lfactors")
--- Please select a CRAN mirror for use in this session ---
then I select 0-cloud from the list of repositories. and R returns
Warning: unable to access index for repository https://cran.rstudio.com/src/contrib
Warning: unable to access index for repository https://cran.rstudio.com/bin/windows/contrib/3.2
Warning message:
package ‘lfactors’ is not available (for R version 3.2.1)
But, when I run this code and select another repository it does work.
I tried turning off my proxy server, and visiting the site with the proxy server on and I can visit it in the browser with no issue.
Any ideas?
Edit: based on a comment, I ran this
capabilities()["libcurl"]
libcurl
TRUE
So I think it's not that.