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

Make devtools::install_deps() verbose to see why required packages did not install.

parent bba5e325
No related branches found
No related tags found
1 merge request!27Some bugfixes and more flexible concentration lengths
Pipeline #3035 failed with stage
in 1 minute and 12 seconds
This commit is part of merge request !27. Comments created here will be created in the context of that merge request.
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
- merge_requests - merge_requests
- tags - tags
script: script:
- R -e 'devtools::install_deps(quiet = TRUE)' - R -e 'devtools::install_deps()'
- R -e 'devtools::check(error_on = "warning")' - R -e 'devtools::check(error_on = "warning")'
# latest version of the previous major R release # 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