From 84e5cae25bea98faace33ba33c640a1a22116a0a Mon Sep 17 00:00:00 2001 From: Sebastian Henz <sebastian.henz@ufz.de> Date: Mon, 16 Mar 2020 16:05:38 +0100 Subject: [PATCH] Disable check for previous R version because somehow drc and plotrix are not available there --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae1c65d..6215d20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- GitLab