Skip to content

Commit 91fdf00

Browse files
committed
install r-base on linux azure
1 parent c49f2cf commit 91fdf00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ stages:
4141
inputs: {artifactName: 'drop', downloadPath: '.'}
4242
- bash: cp drop/release/* .
4343
displayName: Copy package
44+
- bash: |
45+
sudo apt-get update
46+
sudo apt-get install -y r-base
47+
R --version
48+
displayName: 'Install R'
4449
- bash: sudo bash dependencies.sh
4550
displayName: Install Rcpp and testthat
4651
- bash: sudo bash install.sh

0 commit comments

Comments
 (0)