Skip to content

Commit 94eb3d1

Browse files
committed
add devtools to actions
1 parent c87f76c commit 94eb3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Install package dependencies
5252
run: |
53-
install.packages(c("remotes", "rcmdcheck", "covr", "sessioninfo"))
53+
install.packages(c("devtools", remotes", "rcmdcheck", "covr", "sessioninfo"))
5454
remotes::install_deps(dependencies = TRUE)
5555
shell: Rscript {0}
5656

0 commit comments

Comments
 (0)