Skip to content
Snippets Groups Projects

Some bugfixes and more flexible concentration lengths

Merged Sebastian Henz requested to merge develop into master
+ 5
5
@@ -6,13 +6,13 @@
- merge_requests
- tags
script:
- R -e 'devtools::install_deps(quiet = TRUE)'
- R -e 'devtools::install_deps()'
- R -e 'devtools::check(error_on = "warning")'
# latest version of the previous major R release
check-previous:
image: rocker/tidyverse:3.5.3
<<: *check_job_template
# # latest version of the previous major R release
# check-previous:
# image: rocker/tidyverse:3.5.3
# <<: *check_job_template
# latest R release
check-latest:
Loading