update to bioconductor 3.3 with R 3.3
1
0
Entering edit mode
@hibarikyouya-10935
Last seen 9.1 years ago

Hi all!

I don't understand why I can't update to Bioconductor 3.3:

 

> source("https://bioconductor.org/biocLite.R")
Bioconductor version 3.2 (BiocInstaller 1.20.3), ?biocLite for help
Warning message:
BiocInstaller version 3.2 is too old for R version 3.3.1; see
  https://bioconductor.org/install/#troubleshoot-biocinstaller
> biocLite("BiocUpgrade")
Error : Bioconductor version 3.2 cannot be upgraded with R version 3.3.1

 

Any help will be very appreciated :)

Thank you very much!

software error bioconductor • 1.8k views
ADD COMMENT
0
Entering edit mode

When I follow the procedure in R --vanilla, I get:

> biocValid()

* sessionInfo()

R version 3.3.1 (2016-06-21)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Arch Linux

locale:
 [1] LC_CTYPE=fr_FR.UTF-8       LC_NUMERIC=C              
 [3] LC_TIME=fr_FR.UTF-8        LC_COLLATE=fr_FR.UTF-8    
 [5] LC_MONETARY=fr_FR.UTF-8    LC_MESSAGES=fr_FR.UTF-8   
 [7] LC_PAPER=fr_FR.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=fr_FR.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] BiocInstaller_1.20.3

loaded via a namespace (and not attached):
[1] tools_3.3.1

* Out-of-date packages
              Package         LibPath              Installed Built   ReposVer
AnnotationDbi "AnnotationDbi" "/usr/lib/R/library" "1.32.3"  "3.2.0" "1.32.3"
Biobase       "Biobase"       "/usr/lib/R/library" "2.30.0"  "3.2.0" "2.30.0"
BiocGenerics  "BiocGenerics"  "/usr/lib/R/library" "0.16.1"  "3.2.0" "0.16.1"
BiocInstaller "BiocInstaller" "/usr/lib/R/library" "1.20.1"  "3.2.3" "1.20.3"
DBI           "DBI"           "/usr/lib/R/library" "0.3.1"   "3.2.0" "0.5-1"
IRanges       "IRanges"       "/usr/lib/R/library" "2.4.8"   "3.2.0" "2.4.8"
RSQLite       "RSQLite"       "/usr/lib/R/library" "1.0.0"   "3.2.0" "1.0.0"
S4Vectors     "S4Vectors"     "/usr/lib/R/library" "0.8.11"  "3.2.0" "0.8.11"
              Repository                                              
AnnotationDbi "https://bioconductor.org/packages/3.2/bioc/src/contrib"
Biobase       "https://bioconductor.org/packages/3.2/bioc/src/contrib"
BiocGenerics  "https://bioconductor.org/packages/3.2/bioc/src/contrib"
BiocInstaller "https://bioconductor.org/packages/3.2/bioc/src/contrib"
DBI           "https://cran.rstudio.com/src/contrib"                  
IRanges       "https://bioconductor.org/packages/3.2/bioc/src/contrib"
RSQLite       "https://cran.rstudio.com/src/contrib"                  
S4Vectors     "https://bioconductor.org/packages/3.2/bioc/src/contrib"

update with biocLite()

Erreur : 8 package(s) out of date

 

ADD REPLY
0
Entering edit mode
@hibarikyouya-10935
Last seen 9.1 years ago

ok guys/girls

my problem was I had to:

sudo R --vanilla

and:

remove.packages("AnnotationDbi"), remove.packages("Biobase")...

Then:

> biocValid()
[1] TRUE

I wasn't understanding because I never do sudo R.
All my packages are in my home, so I don't understand why these packages to remove are in /usr/lib/R/library...

ADD COMMENT

Login before adding your answer.

Traffic: 735 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6