我正在尝试安装RTCGA package from bioconductor,但是当我按照安装说明进行操作时:
## try http if https is not available
source("https://bioconductor.org/biocLite.R")
biocLite("RTCGA")
我收到这样的错误。有谁知道如何克服这个问题?
> source("https://bioconductor.org/biocLite.R")
Bioconductor version 3.1 (BiocInstaller 1.18.5), ?biocLite for help
A newer version of Bioconductor is available for this version of R, ?BiocUpgrade for
help
> biocLite("RTCGA")
BioC_mirror: http://bioconductor.org
Using Bioconductor version 3.1 (BiocInstaller 1.18.5), R version 3.2.2.
Installing package(s) ‘RTCGA’
Warning message:
package ‘RTCGA’ is not available (for R version 3.2.2)
答案 0 :(得分:0)
由于@ user20650建议在这种情况下应该使用devel版本的bioconductor,因为这个软件包还没有发布到发布分支
biocLite("BiocUpgrade")