Skip to content

Commit 3ca02a6

Browse files
fix failing build
1 parent 3760673 commit 3ca02a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check-full.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@ jobs:
5151

5252
- uses: r-lib/actions/setup-r-dependencies@v2
5353
with:
54-
extra-packages: any::rcmdcheck
54+
extra-packages: any::rcmdcheck, data.tree=?ignore-before-r=3.5.0
5555
needs: check
5656

5757
- uses: r-lib/actions/check-r-package@v2
58+
env:
59+
_R_CHECK_FORCE_SUGGESTS_: false
5860

5961
concurrency:
6062
group: ${{ github.workflow }}-${{ github.head_ref }}

0 commit comments

Comments
 (0)