We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022ab8b commit fbef81bCopy full SHA for fbef81b
azure-pipelines.yml
@@ -69,8 +69,6 @@ jobs:
69
value: 'https://cloud.r-project.org'
70
- name: _R_CHECK_FORCE_SUGGESTS_
71
value: false
72
- - name: _R_CHECK_DONTTEST_EXAMPLES_
73
- value: true
74
- name: USE_BSPM
75
value: true
76
- name: WARNINGS_ARE_ERRORS
@@ -89,7 +87,7 @@ jobs:
89
87
- script: |
90
88
curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh
91
./run.sh bootstrap
92
- ./run.sh install_deps
+ ./run.sh install_all
93
workingDirectory: r-package/grf
94
displayName: Setup R
95
- script: ./run.sh run_tests
0 commit comments