Skip to content

Commit ed2687e

Browse files
committed
action2
1 parent d070785 commit ed2687e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
- name: Install all dependencies
4444
run: |
4545
install.packages("pak", repos = "https://r-lib.github.io/p/pak/dev/")
46-
pak::local_install_dev_deps()
46+
pak::local_install_dev_deps(dependencies = TRUE)
47+
pak::pkg_install("rcmdcheck")
4748
shell: Rscript {0}
4849

4950
- uses: r-lib/actions/check-r-package@v2

0 commit comments

Comments
 (0)