Skip to content

Commit eec8e2c

Browse files
committed
fix windows R install
1 parent c39aeb4 commit eec8e2c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install Rtools42
6363
if: runner.os == 'Windows'
6464
run: |
65-
$source = 'https://cran.r-project.org/bin/windows/Rtools/rtools42/files/rtools42-5168-5107.exe'
65+
$source = 'https://cran.r-project.org/bin/windows/Rtools/rtools42/files/rtools42-5253-5107.exe'
6666
$destination = '../rtools42.exe'
6767
Invoke-WebRequest -Uri $source -OutFile $destination
6868
Start-Process -FilePath ../rtools42.exe -ArgumentList /VERYSILENT -NoNewWindow -Wait

.github/workflows/Test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Install Rtools42
9292
if: runner.os == 'Windows'
9393
run: |
94-
$source = 'https://cran.r-project.org/bin/windows/Rtools/rtools42/files/rtools42-5168-5107.exe'
94+
$source = 'https://cran.r-project.org/bin/windows/Rtools/rtools42/files/rtools42-5253-5107.exe'
9595
$destination = '../rtools42.exe'
9696
Invoke-WebRequest -Uri $source -OutFile $destination
9797
Start-Process -FilePath ../rtools42.exe -ArgumentList /VERYSILENT -NoNewWindow -Wait

.github/workflows/cmdstan-tarball-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install Rtools42
6161
if: runner.os == 'Windows'
6262
run: |
63-
$source = 'https://cran.r-project.org/bin/windows/Rtools/rtools42/files/rtools42-5168-5107.exe'
63+
$source = 'https://cran.r-project.org/bin/windows/Rtools/rtools42/files/rtools42-5253-5107.exe'
6464
$destination = '../rtools42.exe'
6565
Invoke-WebRequest -Uri $source -OutFile $destination
6666
Start-Process -FilePath ../rtools42.exe -ArgumentList /VERYSILENT -NoNewWindow -Wait

0 commit comments

Comments
 (0)