Skip to content

Commit

Permalink
renv must be installed in order to run depdendency update
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
lorenzwalthert committed Jan 11, 2024
1 parent 4f1a7e5 commit 6079a7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hook-dependencies-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
Rscript -e "install.packages('remotes'); remotes::install_github('r-hub/sysreqs')"
sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
sudo -s eval "$sysreqs"
- name: install renv
run: Rscript -e "install.packages('renv')"
- name: update PPM URL
run: Rscript inst/update-ppm-url.R
- name: update dependency graph among packages
Expand Down

0 comments on commit 6079a7f

Please sign in to comment.