Skip to content

Commit

Permalink
Install missing R packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
manchen07 committed Sep 13, 2024
1 parent 87e40ce commit 55a0f8e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
MCMCglmm
StanHeaders
stan-dev/cmdstanr
cpp11
progress
RcppArmadillo
RcppEigen
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
StanHeaders
stan-dev/cmdstanr
covr
cpp11
progress
RcppArmadillo
RcppEigen
needs: coverage

- name: Test coverage
Expand Down

0 comments on commit 55a0f8e

Please sign in to comment.