We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b2e52 commit eec80aeCopy full SHA for eec80ae
1 file changed
.github/workflows/onlabel_Ubuntu_setup_sysreqs.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: update R packages
49
run: |
50
- update.packages(ask = FALSE, checkBuilt = TRUE)
+ update.packages(c("devtools", "utils", "pkgload"), ask = FALSE, checkBuilt = TRUE)
51
shell: Rscript {0}
52
53
- name: install JAGS
0 commit comments