Entering edit mode
10.1 years ago
gtho123
▴
260
I am trying to use the GenomicRanges
and ggbio
packages. When I try and load them I get this error.
> library("GenomicRanges")
Loading required package: IRanges
Error : Function found when exporting methods from the namespace 'IRanges' which is not S4 generic: 'relist'
Error: package 'IRanges' could not be loaded
Why is this and how do I fix it?
What's your
sessionInfo()
?