Skip to content
Snippets Groups Projects
Commit 071592ac authored by Juliette Engelaere-Lefebvre's avatar Juliette Engelaere-Lefebvre
Browse files

Update .gitlab-ci.yml file

parent f21c53bd
No related branches found
No related tags found
No related merge requests found
Pipeline #58812 passed
......@@ -26,7 +26,7 @@ building:
- Rscript -e 'install.packages("remotes")'
- Rscript -e 'install.packages("rcmdcheck")'
- Rscript -e 'remotes::install_local(upgrade = "never")'
- R -e 'rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")'
- R -e 'rcmdcheck::rcmdcheck(args = c("--no-manual"), error_on = "warning", check_dir = "check")'
# To have the coverage percentage appear as a gitlab badge follow these
# instructions:
......
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