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

Update .gitlab-ci.yml file

parent b7c661d2
No related branches found
No related tags found
2 merge requests!2Master,!1presetation
Pipeline #140450 failed
......@@ -6,7 +6,7 @@ stages:
building:
stage: build
script:
- Rscript -e 'install.packages("remote")'
- Rscript -e 'install.packages("remotes")'
- 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