Skip to content

Commit

Permalink
Fix R-next URL
Browse files Browse the repository at this point in the history
Closes #236.
  • Loading branch information
gaborcsardi committed Aug 9, 2024
1 parent 75a683c commit 32e7879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fetch_r_source() {
# Download the daily tarball of R devel
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
wget -q https://cran.r-project.org/src/base-prerelease/R-patched.tar.gz -O /tmp/R-next.tar.gz
else
wget -q "${CRAN}/src/base/R-`echo ${1}| awk 'BEGIN {FS="."} {print $1}'`/R-${1}.tar.gz" -O /tmp/R-${1}.tar.gz
fi
Expand Down

0 comments on commit 32e7879

Please sign in to comment.