Skip to content
Snippets Groups Projects

Some bugfixes and more flexible concentration lengths

Merged Sebastian Henz requested to merge develop into master
+ 4
4
@@ -9,10 +9,10 @@
- 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