Skip to content

Commit

Permalink
Bump R version on Windows CI (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Dec 21, 2021
1 parent b01d89d commit 4a018f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/r_tests_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $env:_R_CHECK_EXAMPLE_TIMING_THRESHOLD_ = 30
# see: https://stackoverflow.com/a/63837547/8302386
$env:_R_CHECK_SYSTEM_CLOCK_ = 0

$R_VER = "4.1.1"
$R_VER = "4.1.2"
$ProgressPreference = "SilentlyContinue" # progress bar bug extremely slows down download speed
Invoke-WebRequest -Uri https://cloud.r-project.org/bin/windows/base/old/$R_VER/R-$R_VER-win.exe -OutFile R-win.exe -MaximumRetryCount 5
Start-Process -FilePath R-win.exe -NoNewWindow -Wait -ArgumentList "/VERYSILENT /DIR=$env:R_LIB_PATH\R /COMPONENTS=main,x64" ; Check-Output $?
Expand Down

0 comments on commit 4a018f7

Please sign in to comment.