R: Using official cloud URL for CRAN (#2956)

cran.r-project.org runs on a single old-school server in Austria
and could potentially be overloaded if "everyone" used it.

cloud.r-project.org is a cloud-based repository that "automatic redirection to servers worldwide [...]", cf. https://cran.r-project.org/mirrors.html.

I assume, that cloud.* can be scale up as needed. Out of the official CRAN mirror, this should be the safest one to pick if a static CRAN mirror is needed.
This commit is contained in:
Henrik Bengtsson 2017-01-31 11:47:20 -08:00 committed by Todd Gamblin
parent 41c77d7429
commit 4f297f4336

View file

@ -36,7 +36,7 @@ class R(AutotoolsPackage):
Please consult the R project homepage for further information.""" Please consult the R project homepage for further information."""
homepage = "https://www.r-project.org" homepage = "https://www.r-project.org"
url = "http://cran.cnr.berkeley.edu/src/base/R-3/R-3.1.2.tar.gz" url = "https://cloud.r-project.org/src/base/R-3/R-3.3.2.tar.gz"
extendable = True extendable = True