Skip to content
Prev 8187 / 21312 Next

[Bioc-devel] BiocGenerics attach when GenomicFeatures imported

Hi Marcin,

Thanks for providing the details. I was able to reproduce this. The
culprit was the "range" method for CompressedIRangesList objects
defined in the IRanges package. It was attaching the XVector package
to the search path instead of loading its namespace. This is fixed in
IRanges 2.4.1 (release) and IRanges 2.5.2 (devel). If everything goes
well, both versions should become available via biocLite() on Wednesday.

Cheers,
H.
On 10/19/2015 08:26 PM, Marcin Cie?lik wrote: