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
Branches
Tags
No related merge requests found
Pipeline #58812 passed
...@@ -26,7 +26,7 @@ building: ...@@ -26,7 +26,7 @@ building:
- Rscript -e 'install.packages("remotes")' - Rscript -e 'install.packages("remotes")'
- Rscript -e 'install.packages("rcmdcheck")' - Rscript -e 'install.packages("rcmdcheck")'
- Rscript -e 'remotes::install_local(upgrade = "never")' - 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 # To have the coverage percentage appear as a gitlab badge follow these
# instructions: # instructions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment