neurogenomics / EpiCompare

Comparison, benchmarking & QC of epigenetic datasets
https://doi.org/doi:10.18129/B9.bioc.EpiCompare
13 stars 3 forks source link

Required/ Suggested imports #78

Closed serachoi1230 closed 2 years ago

serachoi1230 commented 2 years ago

EpiCompare requires way too many packages - move them to "Suggests" if possible. More info on R Packages.

bschilder commented 2 years ago

I moved the following to Suggests based on how infrequently they were used:

I also removed dplyr entirely and converted the code to all base R (only two functions).