Skip to content
Prev 18437 / 21312 Next

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

Hi Shraddha,
(indirectly) bringing in those system libraries. I would have expected
zlibbioc to cover the zlib dependency, and perhaps bz2 and lzma
support is optional. Perhaps a core member could comment on that.

In the past, I've used this package
https://github.com/Bioconductor/codetoolsBioC to identify missing
NAMESPACE imports. In theory, you could remove the rtracklayer import
and run functions in that package to identify the symbol-level
dependencies. The output is a bit noisy though.

Btw, using @importFrom only allows you to be selective of symbol-level
dependencies, not package-level.

Michael
On Mon, Sep 20, 2021 at 11:37 AM Shraddha Pai <shraddha.pai at utoronto.ca> wrote: