From 9cf7ad2d7deaf838d175a1c2267638d698f8713e Mon Sep 17 00:00:00 2001 From: James Azam Date: Tue, 15 Oct 2024 14:53:28 +0100 Subject: [PATCH] Install `future` and `future.apply` to fix `R CMD CHECK` (#827) * 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 --- .github/workflows/R-CMD-check.yaml | 2 ++ .github/workflows/test-coverage.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index a9480b4bb..2100a636a 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -64,6 +64,8 @@ jobs: rcmdcheck stan-dev/cmdstanr testthat + future + future.apply - name: Install cmdstan if: runner.os != 'Windows' diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 80a3dc9fd..cd47d9469 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -38,6 +38,8 @@ jobs: covr stan-dev/cmdstanr testthat + future + future.apply - name: Install cmdstan if: runner.os != 'Windows'