From 071592ac7d33aefb1fc3840bd622d61b0bd3e6b7 Mon Sep 17 00:00:00 2001 From: Juliette Engelaere-Lefebvre <juliette.engelaere@developpement-durable.gouv.fr> Date: Mon, 11 Jul 2022 13:37:43 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b8bbc1..79f0eaf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ building: - Rscript -e 'install.packages("remotes")' - Rscript -e 'install.packages("rcmdcheck")' - Rscript -e 'remotes::install_local(upgrade = "never")' - - R -e 'rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")' + - R -e 'rcmdcheck::rcmdcheck(args = c("--no-manual"), error_on = "warning", check_dir = "check")' # To have the coverage percentage appear as a gitlab badge follow these # instructions: -- GitLab