Re: [Bioc-devel] Merging two CharacterList objects doesn't work in Bioc-devel

2016-09-12 Thread Leonardo Collado Torres
Thanks Hervé for fixing this! Best, Leo On Sat, Sep 10, 2016 at 5:47 AM, Hervé Pagès wrote: > Hi Leonardo, > > Not really intended. Should be addressed in S4Vectors 0.11.14. > > Cheers, > H. > > > On 09/08/2016 12:14 PM, Leonardo Collado Torres wrote: >> >> Hi, >> >> With Bioc-release I can run

Re: [Bioc-devel] Merging two CharacterList objects doesn't work in Bioc-devel

2016-09-10 Thread Hervé Pagès
Hi Leonardo, Not really intended. Should be addressed in S4Vectors 0.11.14. Cheers, H. On 09/08/2016 12:14 PM, Leonardo Collado Torres wrote: Hi, With Bioc-release I can run without problems the following code: library('GenomicRanges') l <- CharacterList(list(NA, NA, '1', '2')) r <- Characte

[Bioc-devel] Merging two CharacterList objects doesn't work in Bioc-devel

2016-09-08 Thread Leonardo Collado Torres
Hi, With Bioc-release I can run without problems the following code: library('GenomicRanges') l <- CharacterList(list(NA, NA, '1', '2')) r <- CharacterList(as.list(letters[1:4])) tmp <- merge(l, r, all = TRUE) However, it gives an error with Bioc-devel: Error in V_recycle(value, x, x_what = "va