Related to #421, I'm trying to ignore the package `lixoftConnectors` when installing dependencies. When I used `lixoftConnectors?ignore` in the `extra-packages` list, I got the following error indicating that it was not ignored: https://github.com/nlmixr2/babelmixr2/actions/runs/3169455077/jobs/5161378366#step:5:109 The instructions I used were: https://github.com/nlmixr2/babelmixr2/blob/5bd330353cf4ad0b62d0223b656246672119e3b1/.github/workflows/R-CMD-check.yaml#L45-L55 I was trying to follow the instructions here: https://github.com/r-lib/actions/tree/v2-branch/setup-r-dependencies#ignoring-optional-dependencies
Related to #421, I'm trying to ignore the package
lixoftConnectorswhen installing dependencies.When I used
lixoftConnectors?ignorein theextra-packageslist, I got the following error indicating that it was not ignored:https://github.com/nlmixr2/babelmixr2/actions/runs/3169455077/jobs/5161378366#step:5:109
The instructions I used were:
https://github.com/nlmixr2/babelmixr2/blob/5bd330353cf4ad0b62d0223b656246672119e3b1/.github/workflows/R-CMD-check.yaml#L45-L55
I was trying to follow the instructions here: https://github.com/r-lib/actions/tree/v2-branch/setup-r-dependencies#ignoring-optional-dependencies