Skip to content

Commit a81c315

Browse files
committed
CI: check Rversion
1 parent d5eb990 commit a81c315

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,13 @@ jobs:
7575
_R_CHECK_CRAN_INCOMING_REMOTE_: false
7676
run: |
7777
options(crayon.enabled = TRUE)
78+
print(R.version)
7879
args <- if (.Platform$OS.type == "windows" & R.version$status == "devel") {
7980
c("--no-manual", "--as-cran", "--no-multiarch")
8081
} else {
8182
c("--no-manual", "--as-cran")
8283
}
84+
print(args)
8385
rcmdcheck::rcmdcheck(args = args, error_on = "warning", check_dir = "check")
8486
shell: Rscript {0}
8587

0 commit comments

Comments
 (0)