Re: [Bioc-devel] rbind'ing for SummarizedExperiment with no rows

2016-04-09 Thread Hervé Pagès
Hi Aaron, Sorry for that. This should be fixed in SummarizedExperiment 1.1.24. Cheers, H. On 04/09/2016 03:56 AM, Aaron Lun wrote: Dear List, Martin; It looks like rbind'ing fails when the first argument is a SummarizedExperiment with no rows: library(SummarizedExperiment)

Re: [Bioc-devel] rbind'ing for SummarizedExperiment with no rows

2016-04-09 Thread Aaron Lun
Dear List, Martin; It looks like rbind'ing fails when the first argument is a SummarizedExperiment with no rows: library(SummarizedExperiment) example(SummarizedExperiment, echo=FALSE) rbind(se, se[0,]) # works okay; returns 'se'. rbind(se[0,], se) # fails # Error in rep.int(width, k) :

[Bioc-devel] Using Git with Bioconductor SVN repositories

2016-04-09 Thread Maarten van Iterson
Dear all, I'm struggling with using git and the Bioconductor SVN repo of my packages. For example, I have a package in devel (bacon) and managed to push changes to the svn/trunk of my package using the steps described at: https://www.bioconductor.org/developers/how-to/git-mirrors/ following