Skip to content

Commit 6079a7f

Browse files
renv must be installed in order to run depdendency update
[ci skip]
1 parent 4f1a7e5 commit 6079a7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/hook-dependencies-update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
Rscript -e "install.packages('remotes'); remotes::install_github('r-hub/sysreqs')"
3434
sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
3535
sudo -s eval "$sysreqs"
36+
- name: install renv
37+
run: Rscript -e "install.packages('renv')"
3638
- name: update PPM URL
3739
run: Rscript inst/update-ppm-url.R
3840
- name: update dependency graph among packages

0 commit comments

Comments
 (0)