Skip to content

Commit

Permalink
Don't run CI on R 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmlft committed Nov 27, 2023
1 parent 362b5f3 commit c28b4a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:

- {os: windows-latest, r: 'release'}
# Use 3.6 to trigger usage of RTools35
- {os: windows-latest, cache: '~\AppData\Local\renv', r: '3.6'}
## MM: L2D fork of sandpaper requires R >= 4.0!
# - {os: windows-latest, cache: '~\AppData\Local\renv', r: '3.6'}
# use 4.1 to check with rtools40's older compiler
# - {os: windows-latest, r: '4.1'}
- {os: windows-latest, r: '4.1'}

- {os: ubuntu-latest, cache: '~/.local/share/renv', r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, cache: '~/.local/share/renv', r: 'release', cov: 'true'}
Expand Down

0 comments on commit c28b4a1

Please sign in to comment.