From 3cc707ccecb30e23e689f3889468b22382fd01a1 Mon Sep 17 00:00:00 2001 From: Fernando Mayer <fernandomayer@gmail.com> Date: Mon, 28 Sep 2015 03:03:40 -0300 Subject: [PATCH] Add install to CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf6d82b..c18620a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,3 +3,4 @@ job_R: - echo $HOME - Rscript -e 'getwd(); .libPaths(); sessionInfo()' - Rscript -e 'library(devtools); check()' + - Rscript -e 'library(devtools); install(local = FALSE)' -- GitLab