Skip to content

Commit

Permalink
install devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbeare committed Sep 26, 2019
1 parent 7decd12 commit 74916ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74916ed

Please sign in to comment.