Skip to content

Commit

Permalink
add babelmixr2 dev for check
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Oct 24, 2024
1 parent bf0584c commit 4b136a0
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
18 changes: 17 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,23 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
extra-packages: |
any::rcmdcheck
nlmixr2/n1qn1c
nlmixr2/lbfgsb3c
nlmixr2/PreciseSums
nlmixr2/dparser-R
nlmixr2/lotri
nlmixr2/rxode2ll
nlmixr2/rxode2
nlmixr2/nlmixr2est
nlmixr2/nlmixr2extra
nlmixr2/nlmixr2plot
nlmixr2/nlmixr2
nlmixr2/nonmem2rx
nlmixr2/monolix2rx
nlmixr2/babelmixr2
lixoftConnectors=?ignore
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down
19 changes: 18 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,24 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr, any::xml2
extra-packages: |
any::covr
any::xml2
nlmixr2/n1qn1c
nlmixr2/lbfgsb3c
nlmixr2/PreciseSums
nlmixr2/dparser-R
nlmixr2/lotri
nlmixr2/rxode2ll
nlmixr2/rxode2
nlmixr2/nlmixr2est
nlmixr2/nlmixr2extra
nlmixr2/nlmixr2plot
nlmixr2/nlmixr2
nlmixr2/nonmem2rx
nlmixr2/monolix2rx
nlmixr2/babelmixr2
lixoftConnectors=?ignore
needs: coverage

- name: Test coverage
Expand Down

0 comments on commit 4b136a0

Please sign in to comment.