Skip to content

Commit

Permalink
for funsies: try ignoring all unavailable soft dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed May 15, 2024
1 parent 000be9c commit 1749fe5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,7 @@ 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,
systemfit=?ignore-before-r=4.3.0
*=?ignore-unavailable
needs: check

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

0 comments on commit 1749fe5

Please sign in to comment.