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