From 87f3901b7aa453ca286387ea07df231f925e1ebe Mon Sep 17 00:00:00 2001 From: Fernando Mayer <fernandomayer@gmail.com> Date: Mon, 28 Sep 2015 03:14:14 -0300 Subject: [PATCH] Add lib to install --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c18620a..205d5b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,4 +3,4 @@ job_R: - echo $HOME - Rscript -e 'getwd(); .libPaths(); sessionInfo()' - Rscript -e 'library(devtools); check()' - - Rscript -e 'library(devtools); install(local = FALSE)' + - Rscript -e 'library(devtools); install(local = FALSE, lib = path.expand("~/R-tests/legTools"))' -- GitLab