作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
每当我尝试安装新软件包时,都会收到此错误:
source("http://bioconductor.org/biocLite.R")
Warning in install.packages :
package ‘BiocInstaller’ is not available (for R version 3.0.2 RC)
Installing package into ‘/home/hd-master/R/x86_64-unknown-linux-gnu-library/3.0’
(as ‘lib’ is unspecified)
trying URL 'http://www.bioconductor.org/packages/2.13/bioc/src/contrib/BiocInstaller_1.12.0.tar.gz'
Content type 'application/x-gzip' length 13509 bytes (13 Kb)
opened URL
==================================================
downloaded 13 Kb
Error in library(BiocInstaller) :
there is no package called 'BiocInstaller'
Execution halted
最佳答案
R --vanilla
getOption("repos")
的输出是什么? install.packages("BiocInstaller", repos="http://bioconductor.org/packages/2.13/bioc")
关于r - 没有名为 'BiocInstaller' 的包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19701366/
每当我尝试安装新软件包时,都会收到此错误: source("http://bioconductor.org/biocLite.R") Warning in install.packages :
我是一名优秀的程序员,十分优秀!