Skip to content

Commit

Permalink
Update azure-pipelines R options (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikcs authored Jun 30, 2024
1 parent 022ab8b commit fbef81b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ jobs:
value: 'https://cloud.r-project.org'
- name: _R_CHECK_FORCE_SUGGESTS_
value: false
- name: _R_CHECK_DONTTEST_EXAMPLES_
value: true
- name: USE_BSPM
value: true
- name: WARNINGS_ARE_ERRORS
Expand All @@ -89,7 +87,7 @@ jobs:
- script: |
curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh
./run.sh bootstrap
./run.sh install_deps
./run.sh install_all
workingDirectory: r-package/grf
displayName: Setup R
- script: ./run.sh run_tests
Expand Down

0 comments on commit fbef81b

Please sign in to comment.