Re: [Bioc-devel] BiocParallel: BatchJobs backend (Was: Re: BiocParallel)

2013-06-27 Thread Michel Lang
Hi Florian, Yes you're absolutely right. The fork currently depends on some functions which are not yet included in the CRAN build. For now you can get the latest development version on http://batchjobs.googlecode.com. We'll upload a new version of BatchJobs soon. I've documented this as an issue

Re: [Bioc-devel] [Rd] Error on executing functions from installed package

2013-06-27 Thread Hervé Pagès
Hi Kamal, The rbind method for SummarizedExperiment objects is defined in the GenomicRanges package: library(GenomicRanges) selectMethod(rbind, SummarizedExperiment) Method Definition: function (..., deparse.level = 1) { args - unname(list(...))