From cea4e7e825c207a5d3ae0771bb08ea945b6e0acd Mon Sep 17 00:00:00 2001 From: Vassilis Kehayas Date: Mon, 7 Jan 2019 16:17:18 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d65df1..7750580 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,7 +81,7 @@ test: system('ls -la')" # Check access to MRAN (https://github.com/RevolutionAnalytics/checkpoint) - - Rscript -e "setwd('glmm-examples'); + - Rscript -e "setwd('glmm-theory'); cranRepo = 'https://cloud.r-project.org/'; buildDate0 = '2019-01-01'; install.packages('checkpoint', repos = cranRepo);