Hi guys,
I'm completely new to R and cannot even install dslabs This is the error I'm getting:
install.packages('dslabs')
Warning in install.packages :
unable to access index for repository http:// cran.rstudio. com /src/contrib:
cannot open URL 'http:// cran. rstudio. com/src/contrib/PACKAGES'
As far as I'm concerned, the problem might be my company's firewall but I was hoping you could help me understand it and give some directions. I did my homework and tried a lot of fixes on the internet (e.g. checking out secure download and IE proxy in the global options). I also tried downloading packages and installing them from my disk, but it involves an insanely long chaing of dependencies. When trying to change mirror, I'm getting another error:
chooseCRANmirror()
60
Warning message:
In download.file(url, destfile = f, quiet = TRUE) :
InternetOpenUrl failed: 'A connection with the server could not be established'
Do you know if I can somehow confirm if that's the firewall's issue and maybe somehow whitelist the cran mirror (I'm really guessing here but maybe with some CLI commands - "ping www.cran.rstudio.com" doesn't seem to be working)?