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 a81c315 commit c5cb660Copy full SHA for c5cb660
.github/workflows/R-CMD-check.yaml
@@ -76,7 +76,7 @@ jobs:
76
run: |
77
options(crayon.enabled = TRUE)
78
print(R.version)
79
- args <- if (.Platform$OS.type == "windows" & R.version$status == "devel") {
+ args <- if (.Platform$OS.type == "windows" & grepl("unstable", R.version$status)) {
80
c("--no-manual", "--as-cran", "--no-multiarch")
81
} else {
82
c("--no-manual", "--as-cran")
0 commit comments