Skip to content

Commit

Permalink
opts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jul 10, 2024
1 parent ee1f41a commit d71489e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
# - {os: ubuntu-latest, r: 'release'}
# - {os: ubuntu-latest, r: 'oldrel'}
# - {os: ubuntu-latest, r: '4.1'}
# - {os: ubuntu-latest, r: '4.0'}
- {os: ubuntu-latest, r: '3.6'}
- {os: ubuntu-latest, r: '4.0'}
- {os: ubuntu-latest, r: '3.6', deps: 'evaluate=url::https://cran.r-project.org/src/contrib/Archive/evaluate/evaluate_0.23.tar.gz'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -54,7 +54,9 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, evaluate=url::https://cran.r-project.org/src/contrib/Archive/evaluate/evaluate_0.23.tar.gz
extra-packages: |
any::rcmdcheck
${{ matrix.config.deps }}
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down

0 comments on commit d71489e

Please sign in to comment.