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

Update .gitlab-ci.yml file

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