【发布时间】:2021-08-06 01:50:14
【问题描述】:
devtools::install_github("Bioconductor/BiocManager", ref="ghost-binary-repo")
出现这样的错误-
Downloading GitHub repo Bioconductor/BiocManager@ghost-binary-repo
Error in utils::download.file(url, path, method = method, quiet = quiet, :
cannot open URL 'https://api.github.com/repos/Bioconductor/BiocManager/tarball/ghost-binary-repo'
如何解决这个问题?
提前致谢
【问题讨论】:
-
ghost-binary-repo指的是什么?你真的需要裁判吗? -
@RomanLuštrik 鉴于 CRAN 上的
BiocManager存在问题,因此提出了一个解决方案,请参阅here。但是,我找不到他们解决问题的任何更新。我猜他们修复了它并删除了 ref,但还不清楚......
标签: r github devtools bioconductor