Skip to content

Commit

Permalink
Remove R v3 CMD check (package requires v4.1.0 anyway)
Browse files Browse the repository at this point in the history
  • Loading branch information
francisbarton authored Feb 1, 2024
1 parent 1a626ce commit dd0566c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# See https://github.com/r-lib/actions/tree/master/examples#readme for
# additional example workflows available for the R community.

name: R
name: R check

on:
push:
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
R: ['3.6.1', '4.2.1']
R: ['4.1.0', '4.2.1']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit dd0566c

Please sign in to comment.