We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d6c08 commit 78f7ef8Copy full SHA for 78f7ef8
.github/workflows/R-CMD-check.yaml
@@ -89,6 +89,7 @@ jobs:
89
- name: Check
90
env:
91
_R_CHECK_CRAN_INCOMING_: false
92
+ _R_CHECK_FORCE_SUGGESTS_: false
93
run: |
94
options(crayon.enabled = TRUE)
95
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
0 commit comments