Skip to content
Prev 6795 / 21307 Next

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

Pete Haverty is the one working on this. He has almost cut loading time in
half by just changing some sapply and lappy calls to vapply calls. Most
likely because allocating all of those list elements is expensive, and
Martin's memory parameters also help with that.
On Wed, Dec 31, 2014 at 10:30 PM, Herv? Pag?s <hpages at fredhutch.org> wrote: