neurogenomics / rworkflows

Continuous integration for R packages. 🔀 Automates testing ✅, documentation website building 📦, & containerised deployment 🐳.
https://neurogenomics.github.io/rworkflows/
75 stars 7 forks source link

Omit specific packages during installation #108

Open bschilder opened 1 year ago

bschilder commented 1 year ago

We've been running into some issues with using rworkflows with MSS:

It seems this is at least partly related to installing massive packages like SNPlocs.Hsapiens.dbSNP155.GRCh37 and SNPlocs.Hsapiens.dbSNP155.GRCh38.

Proposed feature: let users omit specific Suggests from installation within the rworkflows action.

bschilder commented 1 year ago

Ideas