Skip to content

Commit 78f7ef8

Browse files
don't force suggest as data.tree is not available for R 3.4
1 parent 67d6c08 commit 78f7ef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
- name: Check
9090
env:
9191
_R_CHECK_CRAN_INCOMING_: false
92+
_R_CHECK_FORCE_SUGGESTS_: false
9293
run: |
9394
options(crayon.enabled = TRUE)
9495
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")

0 commit comments

Comments
 (0)