Update R-devel tarball location
The R-devel tarballs at https://stat.ethz.ch/R/daily/ are now empty, but better to use the "official" CRAN tarballs anyway.
This commit is contained in:
parent
88992af932
commit
ee8b739d5f
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ fetch_r_source() {
|
|||
wget -q "${R_TARBALL_URL}" -O /tmp/R-${1}.tar.gz
|
||||
elif [ "${1}" = devel ]; then
|
||||
# Download the daily tarball of R devel
|
||||
wget -q https://stat.ethz.ch/R/daily/R-devel.tar.gz -O /tmp/R-devel.tar.gz
|
||||
wget -q https://cran.r-project.org/src/base-prerelease/R-devel.tar.gz -O /tmp/R-devel.tar.gz
|
||||
elif [ "${1}" = "next" ]; then
|
||||
wget -q https://cran.r-project.org/src/base-prerelease/R-latest.tar.gz -O /tmp/R-next.tar.gz
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue