(1)Checking Version of Bioconductor

> source("http://bioconductor.org/biocLite.R")
Bioconductor version 2.14 (BiocInstaller 1.14.3), ?biocLite for help
A newer version of Bioconductor is available for this version of R,
  ?BiocUpgrade for help
> biocLite()
BioC_mirror: http://bioconductor.org
Using Bioconductor version 2.14 (BiocInstaller 1.14.3), R version
  3.1.1.

(2)Upgrade R语言 3.2.2

(3) upgrade Bioconductor
> 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("BiocUpgrade")
Error: Bioconductor version 3.0 cannot be upgraded with R version 3.1.0

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

相关文章:

  • 2021-09-03
  • 2021-08-04
  • 2021-09-14
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2021-09-08
  • 2022-12-23
  • 2021-11-03
  • 2022-02-23
相关资源
相似解决方案