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 d070785 commit ed2687eCopy full SHA for ed2687e
.github/workflows/R-CMD-check.yaml
@@ -43,7 +43,8 @@ jobs:
43
- name: Install all dependencies
44
run: |
45
install.packages("pak", repos = "https://r-lib.github.io/p/pak/dev/")
46
- pak::local_install_dev_deps()
+ pak::local_install_dev_deps(dependencies = TRUE)
47
+ pak::pkg_install("rcmdcheck")
48
shell: Rscript {0}
49
50
- uses: r-lib/actions/check-r-package@v2
0 commit comments