Skip to content

Commit

Permalink
Skip old R versions on Windows (#1386)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgirlich authored Oct 30, 2023
1 parent 2dfcfba commit bece76c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
- {os: macos-latest, r: 'release'}

- {os: windows-latest, r: 'release'}
# some database packages (e.g. RMariaDB) might not work on old R
# versions on windows #1382
# Use 3.6 to trigger usage of RTools35
- {os: windows-latest, r: '3.6'}
# - {os: windows-latest, r: '3.6'}
# use 4.1 to check with rtools40's older compiler
- {os: windows-latest, r: '4.1'}

Expand Down

0 comments on commit bece76c

Please sign in to comment.