Skip to content

Commit

Permalink
ci: address issue where MASS wants a future version of R
Browse files Browse the repository at this point in the history
  • Loading branch information
adamblake committed Aug 16, 2024
1 parent d8ef933 commit 16721bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# https://github.com/r-lib/actions/tree/v2/setup-r-dependencies
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
extra-packages: any::rcmdcheck, any::MASS?reinstall
needs: check

# https://github.com/r-lib/actions/tree/v2/check-r-package
Expand Down

0 comments on commit 16721bc

Please sign in to comment.