Skip to content

Commit

Permalink
Matrix dependency in CM check
Browse files Browse the repository at this point in the history
  • Loading branch information
hanneoberman authored Nov 23, 2023
1 parent 3a0651d commit 47451a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
extra-packages: any::rcmdcheck, Matrix
pak-version: devel
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down

2 comments on commit 47451a2

@stephematician
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hanneoberman - any chance you know how to revise this to avoid the current failures on ubuntu-latest (release)? see e.g. checks for #634

@hanneoberman
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stephematician The reason for the change in the CMD check is described in the following SO post: https://stackoverflow.com/a/77532685/17724015

Please sign in to comment.