-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to exclude Suggests in setup-r-dependencies@v1 #409
Comments
This is being tracked by r-lib/pak#296 and r-lib/pak#290. Once pak has a way to ignore a dependency we can then possibly add something like this to the workflows. Until then you may need to use remotes to do the installation on macOS. |
In The pak issues referenced above will provide a better solution for failing optional dependencies in general, they are coming soon. |
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue |
Describe the bug
Rmpi is listed in "Suggests" in my package, but fails to build in macos.
I'd like to exclude Rmpi from the dependencies installed by setup-dependencies-r@v1.
To Reproduce
https://github.com/MLopez-Ibanez/irace/runs/3888657260
Expected behavior
An action option allowing to either only install "Depends", "Imports" and "LinkingTo" (the default in
remotes::install_deps()
or to explicitly exclude packages.Something like:
The text was updated successfully, but these errors were encountered: