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 c87f76c commit 94eb3d1Copy full SHA for 94eb3d1
.github/workflows/R-CMD-check.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Install package dependencies
52
run: |
53
- install.packages(c("remotes", "rcmdcheck", "covr", "sessioninfo"))
+ install.packages(c("devtools", remotes", "rcmdcheck", "covr", "sessioninfo"))
54
remotes::install_deps(dependencies = TRUE)
55
shell: Rscript {0}
56
0 commit comments