I tried to install IRanges package using biocLite() on my linux box, I got the following error:
…
Error in setGeneric(f, where = where) :
'anyNA' is a primitive function; methods can be defined, but the generic function is implicit, and cannot be changed.
Error : unable to load R code in package 'IRanges'
…
Not sure what happened. Below is my session info. Any help will be appreciated!
> sessionInfo()
R version 3.1.2 (2014-10-31)
Platform: x86_64-unknown-linux-gnu (64-bit)
locale:
[1] C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] BiocInstaller_1.14.3
loaded via a namespace (and not attached):
[1] tools_3.1.2
Please edit your question to include the entire output from the biocLite() command.