Entering edit mode
cacaucenturion2
•
0
@cacaucenturion2-6961
Last seen 10.0 years ago
I got the same error messages as follows when installing AnnotationDbi and pasilla. Could anyone let me know what the problem is?
Error : 'quantile.default' is not an exported object from 'namespace:stats' Error : unable to load R code in package 'IRanges' ERROR: lazy loading failed for package 'IRanges' *
Could you provide a bit more information. Here is what I get when installing the packages:
with a recent R and Bioc
I got the similar problem when install IRange
But without any details, in particular
sessionInfo
, it is difficult to help. In many cases, an updated withbiocLite()
is the solution.BiocInstaller::biocValid()
may also help to track down incompatibilities between installed packages..