Skip to content

Commit fbef81b

Browse files
authored
Update azure-pipelines R options (#1427)
1 parent 022ab8b commit fbef81b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ jobs:
6969
value: 'https://cloud.r-project.org'
7070
- name: _R_CHECK_FORCE_SUGGESTS_
7171
value: false
72-
- name: _R_CHECK_DONTTEST_EXAMPLES_
73-
value: true
7472
- name: USE_BSPM
7573
value: true
7674
- name: WARNINGS_ARE_ERRORS
@@ -89,7 +87,7 @@ jobs:
8987
- script: |
9088
curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh
9189
./run.sh bootstrap
92-
./run.sh install_deps
90+
./run.sh install_all
9391
workingDirectory: r-package/grf
9492
displayName: Setup R
9593
- script: ./run.sh run_tests

0 commit comments

Comments
 (0)