saezlab / decoupleR

R package to infer biological activities from omics data using a collection of methods.
https://saezlab.github.io/decoupleR/
GNU General Public License v3.0
183 stars 24 forks source link

`tidyverse` in `Suggests` and vignettes #53

Closed deeenes closed 2 years ago

deeenes commented 2 years ago

I think such a huge meta-package shouldn't be in the Suggests section and on vignettes, as it requires the installation and import of 10-20 packages which are actually not used at all. Instead, the required packages should be listed explicitly.

PauBadiaM commented 2 years ago

Hi @deeenes True! I will change it ASAP, thanks ;)