From 74916ed8f3673d26af6cf387460490beb2a643b9 Mon Sep 17 00:00:00 2001 From: Richard Beare Date: Thu, 26 Sep 2019 18:11:14 +1000 Subject: [PATCH] install devtools --- azure-pipelines.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a72689d..5dd02e9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,6 +31,13 @@ jobs: git checkout $(System.PullRequest.SourceCommitId) fi displayName: GitCheckout + - bash: | + Rscript -e "install.packages(c('devtools'), lib=c('${R_LIBS}'), repo='http://cloud.r-project.org/'))" + displayName: 'Intall R packages' + workingDirectory: $(Agent.BuildDirectory) + env: + R_LIBS: $(Agent.WorkFolder)/Rlibs + - bash: | set -x c++ --version