File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ variables:
1212 TZ : " UTC" # # to avoid 'Failed to create bus connection' from timedatectl via Sys.timezone() on Docker with R 3.4.
1313 # # Setting TZ for all GLCI jobs to isolate them from timezone. We could have a new GLCI job to test under
1414 # # a non-UTC timezone, although, that's what we do routinely in dev.
15- R_REL_VERSION : " 4.3 "
16- R_REL_WIN_BIN : " https://cloud.r-project.org/bin/windows/base/old/4.3.2 /R-4.3.2 -win.exe"
17- RTOOLS_REL_BIN : " https://cloud.r-project.org/bin/windows/Rtools/rtools43 /files/rtools43-5958-5975 .exe"
15+ R_REL_VERSION : " 4.4 "
16+ R_REL_WIN_BIN : " https://cloud.r-project.org/bin/windows/base/old/4.4.1 /R-4.4.1 -win.exe"
17+ RTOOLS_REL_BIN : " https://cloud.r-project.org/bin/windows/Rtools/rtools44 /files/rtools44-6104-6039 .exe"
1818 RTOOLS43_HOME : " /c/rtools"
19- R_DEV_VERSION : " 4.4 "
19+ R_DEV_VERSION : " 4.5 "
2020 R_DEV_WIN_BIN : " https://cloud.r-project.org/bin/windows/base/R-devel-win.exe"
21- RTOOLS_DEV_BIN : " https://cloud.r-project.org/bin/windows/Rtools/rtools43 /files/rtools43-5958-5975 .exe"
22- RTOOLS44_HOME : " " # # in case R-devel will use new Rtools toolchain, now it uses 4.3 env var
23- R_OLD_VERSION : " 4.2 "
24- R_OLD_WIN_BIN : " https://cloud.r-project.org/bin/windows/base/old/4.2 .3/R-4.2 .3-win.exe"
25- RTOOLS_OLD_BIN : " https://cloud.r-project.org/bin/windows/Rtools/rtools42 /files/rtools42-5355-5357 .exe"
21+ RTOOLS_DEV_BIN : " https://cloud.r-project.org/bin/windows/Rtools/rtools44 /files/rtools44-6104-6039 .exe"
22+ RTOOLS44_HOME : " " # # in case R-devel will use new Rtools toolchain, now it uses 4.4 env var
23+ R_OLD_VERSION : " 4.3 "
24+ R_OLD_WIN_BIN : " https://cloud.r-project.org/bin/windows/base/old/4.3 .3/R-4.3 .3-win.exe"
25+ RTOOLS_OLD_BIN : " https://cloud.r-project.org/bin/windows/Rtools/rtools43 /files/rtools43-5958-5975 .exe"
2626 RTOOLS42_HOME : " /c/rtools"
2727
2828stages :
You can’t perform that action at this time.
0 commit comments