Skip to content
Snippets Groups Projects
Commit 251ce7f7 authored by David Dorchies's avatar David Dorchies
Browse files

ci(fix): missing dependency remotes

Refs #8
parent 15f1df97
No related branches found
No related tags found
No related merge requests found
Pipeline #120997 failed
......@@ -18,6 +18,7 @@ cache:
before_script:
- mkdir -p $R_LIBS_USER
- echo "R_LIBS='$R_LIBS_USER'" > .Renviron
- R -q -e 'if (!require(remotes)) install.packages(c("remotes", "testthat"))'
- R -q -e 'remotes::install_deps(dep = T)'
test_all:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment