aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Kellner <kenkellner@users.noreply.github.com>2024-01-24 21:25:19 -0500
committerGitHub <noreply@github.com>2024-01-24 21:25:19 -0500
commit1071d6cd2098086d0478dfe8187cfef8e5aa4397 (patch)
tree40896c7519405061fe3e94af425127fb3a95076f
parent0dae798f344e6f97e9084cfc9929585806e22a18 (diff)
Add mac CI
-rw-r--r--.github/workflows/R-CMD-check.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml
index f7a31f8..514f8fc 100644
--- a/.github/workflows/R-CMD-check.yaml
+++ b/.github/workflows/R-CMD-check.yaml
@@ -22,6 +22,7 @@ jobs:
fail-fast: false
matrix:
config:
+ - {os: macOS-latest, r: 'release'}
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: ubuntu-20.04, r: 'oldrel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
@@ -41,6 +42,11 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true
+ - name: Install JAGS
+ if: runner.os == 'macOS'
+ run: |
+ brew install jags
+
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck