Skip to content
Prev 18438 / 21312 Next

[Bioc-devel] Too many dependencies / MultiAssayExperiment + rtracklayer

An analysis with the pkgndep package (https://github.com/jokergoo/pkgndep)
shows
the three heaviest packages are RCy3, clusterExperiment and netSmooth. If
you can
move these three packages to SUGGESTS (where the packages are loaded only
when related
functions are called), I think the number of dependent packages will be
reduced
to 130~150, or maybe less.

library(pkgndep)
x = pkgndep("netDx")
plot(x)

The plot is here
https://github.com/jokergoo/ComplexHeatmap/files/7198274/test.pdf

Cheers,
Zuguang


On Mon, 20 Sept 2021 at 20:37, Shraddha Pai <shraddha.pai at utoronto.ca>
wrote: