diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 93515f1..d46a617 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -43,23 +43,7 @@ jobs: - uses: r-lib/actions/setup-r-dependencies@v2 with: - 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 + extra-packages: any::rcmdcheck needs: check - uses: r-lib/actions/check-r-package@v2 diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 77b4562..9882260 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -25,24 +25,7 @@ jobs: - uses: r-lib/actions/setup-r-dependencies@v2 with: - 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 + extra-packages: any::covr, any::xml2 needs: coverage - name: Test coverage