We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced1b3a commit d18fbbcCopy full SHA for d18fbbc
.github/workflows/R-CMD-check.yaml
@@ -22,7 +22,6 @@ jobs:
22
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
23
- {os: ubuntu-22.04, r: 'release'}
24
- {os: ubuntu-20.04, r: 'release'}
25
- - {os: ubuntu-18.04, r: 'release'}
26
27
env:
28
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -32,12 +31,11 @@ jobs:
32
31
- uses: actions/checkout@v3
33
34
- if: runner.os == 'windows'
35
- run: |
36
- if(Test-path c:\\rtools40){
37
- echo "rtools40 is preinstalled"
38
- } else {
39
- choco install --verbose rtools --version 4.0.0.20220206
40
- }
+ run: choco uninstall rtools
+
+ - if: runner.os == 'windows'
+ uses: r-windows/actions/install@v1
41
- if: matrix.config.os == 'ubuntu-18.04'
42
run: sudo add-apt-repository ppa:cran/opencv-3.4
43
0 commit comments