While choosing CRAN repository what is the URL of CRAN repository?Where can i found complete listing of CRAN repositories on www.r-project.org? I don't know the URL of CRAN repository? I wrote a command >available.packages() Then R told me to select CRAN mirror from the window that appeared on the screen. After selecting India, List of available packages appeared.
Asked
Active
Viewed 159 times
0
-
Then you chose a repository. Or more accurately, you chose a mirror of the repository, which is fine. You can use `install.packages` to install any packages that you want. – lmo Dec 28 '16 at 16:42
-
2https://cran.r-project.org/mirrors.html – nrussell Dec 28 '16 at 17:20