Skip to content

Commit

Permalink
🩺 Update R CMD check in GitHub Actions
Browse files Browse the repository at this point in the history
* test solution for #8 (attempt 3)
  • Loading branch information
idblr committed Jul 9, 2024
1 parent 7b07287 commit 12a7742
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples

on:
push:
branches:
- main
branches: [main, master]
pull_request:
branches:
- main
branches: [main, master]

name: R-CMD-check

Expand All @@ -18,11 +18,10 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macos-latest, r: 'devel'}
- {os: macos-latest, r: 'release'}
- {os: macOS-latest, r: 'devel'}
- {os: macOS-latest, r: 'release'}
- {os: windows-latest, r: 'devel'}
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: '3.6'} # Use 3.6 to trigger usage of RTools35
- {os: windows-latest, r: '4.1'} # use 4.1 to check with rtools40's older compiler
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel'}
Expand Down

0 comments on commit 12a7742

Please sign in to comment.