Skip to content

Commit

Permalink
Try to fix failing r-cmd-check
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Mar 9, 2024
1 parent ef21b32 commit af5a646
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 @@ -43,9 +43,11 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
extra-packages: any::rcmdcheck, ggtree=?ignore-before-r=4.3.0
needs: check

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
env:
_R_CHECK_FORCE_SUGGESTS_: false

0 comments on commit af5a646

Please sign in to comment.