Skip to content

Commit

Permalink
Install future and future.apply to fix R CMD CHECK (#827)
Browse files Browse the repository at this point in the history
* Install future and future.apply on CI

* Add NEWS item

* Install future and future.apply in test-coverage workflow

* Remove NEWS item as not news-worthy
  • Loading branch information
jamesmbaazam authored Oct 15, 2024
1 parent 2e1aa86 commit 9cf7ad2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
rcmdcheck
stan-dev/cmdstanr
testthat
future
future.apply
- name: Install cmdstan
if: runner.os != 'Windows'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
covr
stan-dev/cmdstanr
testthat
future
future.apply
- name: Install cmdstan
if: runner.os != 'Windows'
Expand Down

0 comments on commit 9cf7ad2

Please sign in to comment.