Skip to content
Snippets Groups Projects
Commit 2d78c006 authored by Sebastian Henz's avatar Sebastian Henz
Browse files

Make package installation quiet

parent c3208d5b
No related branches found
No related tags found
1 merge request!18Add .gitlab-ci.yml
Pipeline #2804 passed with stage
in 9 minutes and 23 seconds
......@@ -6,7 +6,7 @@
- merge_requests
- tags
script:
- R -e 'devtools::install_deps()'
- R -e 'devtools::install_deps(quiet = TRUE)'
- R -e 'devtools::check(error_on = "warning")'
# latest version of the previous major R release
......
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