Cran is not working

Hi,

I am having a trouble with downloading CRANmirror in my R. At first, I wanted to install WDI package to download data from World bank source. But its not working and i figured its due to the CRAN. Then i tried to change the CRANmirror but its giving me this error. Your help will be really appreciated!!!

It works for me, so I would suggest, first, try again in case it was a temporary problem on CRAN side, otherwise it might be a problem in your download.file() configuration. Try

download.file("https://cran.r-project.org/CRAN_mirrors.csv", "CRAN_mirrors.csv")

and if it fails, try changing the method = argument (see ?download.file for a list of possible values).

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.