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 af2a123
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
_R_CHECK_FORCE_SUGGESTS_: false

steps:
- uses: actions/checkout@v3
Expand All @@ -43,7 +44,7 @@ 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
Expand Down

0 comments on commit af2a123

Please sign in to comment.