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 d5eb990 commit a81c315Copy full SHA for a81c315
.github/workflows/R-CMD-check.yaml
@@ -75,11 +75,13 @@ jobs:
75
_R_CHECK_CRAN_INCOMING_REMOTE_: false
76
run: |
77
options(crayon.enabled = TRUE)
78
+ print(R.version)
79
args <- if (.Platform$OS.type == "windows" & R.version$status == "devel") {
80
c("--no-manual", "--as-cran", "--no-multiarch")
81
} else {
82
c("--no-manual", "--as-cran")
83
}
84
+ print(args)
85
rcmdcheck::rcmdcheck(args = args, error_on = "warning", check_dir = "check")
86
shell: Rscript {0}
87
0 commit comments