Skip to content

Commit

Permalink
Merge pull request #237 from rstudio/fix/r-next-url
Browse files Browse the repository at this point in the history
Fix R-next URL
  • Loading branch information
gaborcsardi authored Aug 10, 2024
2 parents 75a683c + 32e7879 commit 4789b35
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 4789b35

Please sign in to comment.