I'm trying to install biocLite(gcrma) and it appears to be hanging up on the Xvector & IRanges build. Can anyone give me a clue about this matchSignature() error?
** R
** inst
** preparing package for lazy loading
Creating a generic function for ‘window<-’ from package ‘stats’ in package ‘IRanges’
Creating a generic function for ‘rev’ from package ‘base’ in package ‘IRanges’
in method for ‘coerce’ with signature ‘"Hits","PartitioningByEnd"’: no definition for class “PartitioningByEnd”
in method for ‘coerce’ with signature ‘"Hits","Partitioning"’: no definition for class “Partitioning”
in method for ‘coerce’ with signature ‘"Hits","Ranges"’: no definition for class “Ranges”
in method for ‘coerce’ with signature ‘"Hits","IRanges"’: no definition for class “IRanges”
in method for ‘coerce’ with signature ‘"Hits","CompressedIntegerList"’: no definition for class “CompressedIntegerList”
in method for ‘coerce’ with signature ‘"Hits","IntegerList"’: no definition for class “IntegerList”
Creating a generic function for ‘stack’ from package ‘utils’ in package ‘IRanges’
Creating a generic function for ‘compare’ from package ‘S4Vectors’ in package ‘IRanges’
Error in matchSignature(signature, fdef) :
more elements in the method signature (2) than in the generic signature (1) for function ‘compare’
Error : unable to load R code in package ‘IRanges’
ERROR: lazy loading failed for package ‘IRanges’
* removing ‘/cluster/app/R-3.2.4/lib64/R/library/IRanges’
* restoring previous ‘/cluster/app/R-3.2.4/lib64/R/library/IRanges’
The downloaded source packages are in
‘/tmp/RtmpQSmiLd/downloaded_packages’
Updating HTML index of packages in '.Library'
Making 'packages.html' ... done
Does
BiocInstaller::biocValid()
report out-of-date or otherwise incorrect package versions?yes, you got it. What does "too new" mean?
* Out-of-date packages
[------>8----snip---->8------]
update with biocLite()
* Packages too new for Bioconductor version '3.2'
Version LibPath
AnnotationDbi "1.33.7" "/cluster/app/R-3.2.4/lib64/R/library"
Biobase "2.31.3" "/cluster/app/R-3.2.4/lib64/R/library"
BiocGenerics "0.17.3" "/cluster/app/R-3.2.4/lib64/R/library"
GenomeInfoDb "1.7.6" "/cluster/app/R-3.2.4/lib64/R/library"
graph "1.49.1" "/cluster/app/R-3.2.4/lib64/R/library"
IRanges "2.5.40" "/cluster/app/R-3.2.4/lib64/R/library"
Rgraphviz "2.15.0" "/cluster/app/R-3.2.4/lib64/R/library"
S4Vectors "0.9.44" "/cluster/app/R-3.2.4/lib64/R/library"
downgrade with biocLite(c("AnnotationDbi", "Biobase", "BiocGenerics", "GenomeInfoDb", "graph",
"IRanges", "Rgraphviz", "S4Vectors"))
Error: 26 package(s) out of date; 8 package(s) too new
These look like 'devel' packages (odd number in the 'y' position of x.y.z); likely packages from the 'devel' branch were installed in the same location as the 'release' branch.