Skip to content

[Bioc-devel] Use Imports instead of Depends in the DESCRIPTION files of bioconductor packages

1 message · Hervé Pagès

#
Hi Gordon,

My guess is that it has to do with how many symbols get exported.
For example on my machine, doing library(limma) in a fresh session
takes 0.261s and triggers export of 292 symbols (as reported by
ls(..., all.names=TRUE)). Doing library(GenomicRanges) in a fresh
session takes 2.724s and triggers export of 1581 symbols (counting
the symbols exported by all the packages that get loaded).

Michael it's great to hear that somebody is working on speeding up
the code in charge of this.

Happy New Year everybody!
H.
On 12/31/2014 06:07 PM, Gordon K Smyth wrote: