I have an AWS (Amazon Web Services) virtual machine, and it is a Windows machine. I downloaded R and installed (R-2.7.2-win32). When I tried to install a CRAN package,
install.packages("rcdk")
I always got massage like:
“Warning: unable to access index for repository https://cloud.r-project.org/bin/windows/contrib/2.7”
I guess the AWS server restricted R accessing the internet. I went to firewall “Allow an app or feature through Windows Firewall”, and I allowed “R for Windows front-end” to access Private and Public firewall. It did not solve the problem.
How can I configure AWS windows, so R can install packages?