Dear Bioconductor team,
I am trying to upgrade my Bioconductor from version 3.0 to 3.1, but I've got an error, any suggestions?
> source("http://bioconductor.org/biocLite.R") Bioconductor version 3.0 (BiocInstaller 1.16.4), ?biocLite for help A new version of Bioconductor is available after installing the most recent version of R; see http://bioconductor.org/install > biocLite() BioC_mirror: http://bioconductor.org Using Bioconductor version 3.0 (BiocInstaller 1.16.4), R version 3.2.0. > biocLite("BiocUpgrade") Error: Bioconductor version 3.0 cannot be upgraded with R version 3.1.0 > sessionInfo() R version 3.2.0 (2015-04-16) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu precise (12.04.5 LTS) locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=en_US.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] BiocInstaller_1.16.4 loaded via a namespace (and not attached): [1] tools_3.2.0
Thanks,
Luobin
That definitely shouldn't be happening. We'll take a look and try to fix it. In the meantime, try removing BiocInstaller.
Quit R then start a new R session with
R --vanilla
and then do:Then update all your pacakges with:
I'd like to report the same problem as Liobin- I upgraded to R 3.2 yet when I try to upgrade I get the following:
Here's some more info:
R version 3.2.0 (2015-04-16)
Platform: x86_64-redhat-linux-gnu (64-bit)
Running under: Fedora 21 (Twenty One)
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] BiocInstaller_1.16.4
loaded via a namespace (and not attached):
[1] tools_3.2.0
Any suggestions you might have would be greatly appreciated- I'm looking forward to upgrading to Bioconductor 3.2.
Did you try Dan's solution (which I've updated to make it clearer that you need to explicitly remove BiocInstaller)?
I did remove BiocInstaller() just prior to the entering the commands I listed.
Please show your entire commands. Please make sure that there are no additional 'BiocInstaller' packages installed. Here's what happens for me. Again, please provide the complete transcript
In the first R session:
In the next R session
Hi Martin:
Thank you for your response, which helped me find the problem. This was an issue of having another BiocInstaller/ lurking in a second R library. Once I deleted the offending second package the above instructions worked like a charm, and now I'm running Bioconductor v 3.2.
Thanks again,
Taylor