source("http://bioconductor.org/biocLite.R")
biocLite("BSgenome")
'存储库中没有包(没有互联网连接?)'在尝试时 http://bioconductor.org/packages/3.2/bioc,尝试http://bioconductor.org/packages/3.1/bioc 错误:存储库中没有包(没有互联网连接?)
我尝试使用其他可用解决方案,但无法对问题进行排序。请帮忙。
谢谢
当我使用sessionInfo()
系统错误(粘贴(shQuote(names [i])),intern = TRUE,ignore.stderr = TRUE):无法打开' / usr / bin /其中' uname&#39 ; 2> / dev / null',可能的原因'无法分配内存'
答案 0 :(得分:0)
它对我有用......所以看起来问题不在于您正在尝试加载的源代码或代码。检查并查看R是否可以检测到您的互联网连接:
system("ipconfig", intern = TRUE)