Skip to content

Commit

Permalink
address additional dependency conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed May 15, 2024
1 parent 8cb8bde commit 000be9c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,15 @@ jobs:
with:
extra-packages:
any::rcmdcheck,
AER=?ignore-before-r=4.3.0,
car=?ignore-before-r=4.3.0,
cobs=?ignore-before-r=4.3.0,
drc=?ignore-before-r=4.3.0,
emmeans=?ignore-before-r=4.3.0,
joineRML=?ignore-before-r=4.3.0,
lsmeans=?ignore-before-r=4.3.0,
quantreg=?ignore-before-r=4.3.0
quantreg=?ignore-before-r=4.3.0,
systemfit=?ignore-before-r=4.3.0
needs: check

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

0 comments on commit 000be9c

Please sign in to comment.