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
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
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