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

Make check quieter and throw error on "note".

Less output means it is easier to see the check results. If packages fail to install I can re-enable the output for the duration of the investigation.
parent 49dacd08
No related branches found
No related tags found
1 merge request!30version 3.0.0
Pipeline #3635 canceled with stage
in 1 minute and 56 seconds
......@@ -6,8 +6,8 @@
- merge_requests
- tags
script:
- R -e 'devtools::install_deps()'
- R -e 'devtools::check(error_on = "warning")'
- R -e 'devtools::install_deps(quiet = TRUE)'
- R -e 'devtools::check(error_on = "note")'
# latest version of the previous minor R release
check-previous:
......
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