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 4f1a7e5 commit 6079a7fCopy full SHA for 6079a7f
.github/workflows/hook-dependencies-update.yml
@@ -33,6 +33,8 @@ jobs:
33
Rscript -e "install.packages('remotes'); remotes::install_github('r-hub/sysreqs')"
34
sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
35
sudo -s eval "$sysreqs"
36
+ - name: install renv
37
+ run: Rscript -e "install.packages('renv')"
38
- name: update PPM URL
39
run: Rscript inst/update-ppm-url.R
40
- name: update dependency graph among packages
0 commit comments