Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RLumSK committed Feb 27, 2024
1 parent 00928d9 commit 28e48bd
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/R-CMD-checkl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- {os: windows-latest, r: 'release', not_cran: 'true'}
- {os: windows-latest, r: 'devel', not_cran: 'true'}
- {os: windows-2019, r: 'oldrel', not_cran: 'true'}
- {os: macos-12, r: 'release', not_cran: 'true'}
- {os: macos-11, r: 'oldrel', not_cran: 'true'}
- {os: macos-13, r: 'release', not_cran: 'true'}
- {os: macos-12, r: 'oldrel', not_cran: 'true'}
- {os: ubuntu-latest, r: 'devel', not_cran: 'true'}
- {os: ubuntu-latest, r: 'release', not_cran: 'true'} #OK
- {os: ubuntu-latest, r: 'release', not_cran: 'true'}
- {os: ubuntu-latest, r: 'oldrel', not_cran: 'true'}
env:
_R_CHECK_FORCE_SUGGESTS_: true
Expand All @@ -41,14 +41,7 @@ jobs:
- if: runner.os == 'macOS'
run: brew install jags curl

- name: Install JAGS on Windows (R release)
if: (runner.os == 'windows') && (matrix.config.r != 'oldrel')
run: |
curl --progress-bar -s -o 'C:\JAGS-4.3.1.exe' -L 'https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Windows/JAGS-4.3.1.exe'
C:\JAGS-4.3.1.exe /S
- name: Install JAGS on Windows (R oldrel)
if: (runner.os == 'windows') && (matrix.config.r == 'oldrel')
- name: Install JAGS on Windows
run: |
curl --progress-bar -s -o 'C:\JAGS-4.3.1.exe' -L 'https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Windows/JAGS-4.3.1.exe'
C:\JAGS-4.3.1.exe /S
Expand Down

0 comments on commit 28e48bd

Please sign in to comment.