在 R 中,要使用其他软件包,Biocgenerics
应从 0.22 更新到 0.23.3。但在 Ubuntu 中,最新版本r-bioc-biocgenerics
是 0.22。我无法从 Ubuntu 和 R 进行更新。
我该如何更新Biocgenerics
?
答案1
您不应该使用 Ubuntu 存储库来安装 bioconductor 软件包。请使用 Bioconductor 页面上描述的方法生物仿制药:
## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("BiocGenerics")