Skip to content

Commit f948bc9

Browse files
also install dependency explicitly
1 parent 36bac2f commit f948bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
if (Sys.getenv("PRECOMMIT_INSTALLATION_METHOD") != 'conda') {
9191
Sys.setenv("_R_CHECK_FORCE_SUGGESTS_" = "False")
9292
}
93+
install.packages(c("rcmdcheck", "remotes"))
9394
remotes::install_local() # circumvent https://github.com/r-lib/rcmdcheck/issues/136
94-
install.packages("rcmdcheck")
9595
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
9696
shell: Rscript {0}
9797

0 commit comments

Comments
 (0)