Skip to content

Commit 74916ed

Browse files
committed
install devtools
1 parent 7decd12 commit 74916ed

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ jobs:
3131
git checkout $(System.PullRequest.SourceCommitId)
3232
fi
3333
displayName: GitCheckout
34+
- bash: |
35+
Rscript -e "install.packages(c('devtools'), lib=c('${R_LIBS}'), repo='http://cloud.r-project.org/'))"
36+
displayName: 'Intall R packages'
37+
workingDirectory: $(Agent.BuildDirectory)
38+
env:
39+
R_LIBS: $(Agent.WorkFolder)/Rlibs
40+
3441
- bash: |
3542
set -x
3643
c++ --version

0 commit comments

Comments
 (0)