Skip to content

[Bioc-devel] Error after upgrading to R 3.2.0 with loading of GO.db: 2 arguments passed to .Internal(ls) which requires 3

4 messages · Sergei Ryazansky, Dan Tenenbaum

#
----- Original Message -----
After you upgrade to R-3.2.0 you need to upgrade all your packages with:

library(BiocInstaller)
biocLite()

Dan
#
Yes, I did the upgrading of Bioconductor as well, but the result was the
same:
??????????? ?????: ?AnnotationDbi?
The following object is masked from ?package:GenomeInfoDb?:

    species
???????? ?????????? ??????: DBIError : .onLoad ?? ??????? ?
loadNamespace() ??? 'GO.db', ???????????:
  ?????: ls(envir, all.names = TRUE)
  ??????: 2 ????????? ???????? ? .Internal(ls), ? ????????? 3??????:
?? ??????? ???????? ?????? ??? ???????????? ???? ??? ?GO.db?



2015-04-18 0:11 GMT+03:00 Dan Tenenbaum <dtenenba at fredhutch.org>:

  
    
#
----- Original Message -----
biocLite() should update itself to version 1.18.1 and then install from the proper place.

We'll look into that, but try this:

Start R with 

R --vanilla

Then:

remove.packages("BiocInstaller")
source("http://bioconductor.org/biocLite.R")
biocLite()

Dan



 Old packages:
#
Thanks, it fixed the issue.

2015-04-18 0:24 GMT+03:00 Dan Tenenbaum <dtenenba at fredhutch.org>: