Skip to content
Snippets Groups Projects
Commit b7c661d2 authored by Liuxi Mei's avatar Liuxi Mei
Browse files

Update .gitlab-ci.yml file

parent 0a611733
No related branches found
No related tags found
2 merge requests!2Master,!1presetation
Pipeline #140447 failed
image: rocker/tidyvers
image: rocker/rstudio
stages:
- build
- test
......@@ -6,6 +6,7 @@ stages:
building:
stage: build
script:
- Rscript -e 'install.packages("remote")'
- R -e "remotes::install_deps(dependencies = TRUE)"
- R -e 'devtools::check()'
......
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