File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments