繁体   English   中英

R devtools::install_github(“jzsbioinfo/APRD”) utils::download.file(url, path, method = method, quiet = quiet 中的错误,

[英]R devtools::install_github(“jzsbioinfo/APRD”) Error in utils::download.file(url, path, method = method, quiet = quiet,

R devtools::install_github("jzsbioinfo/APRD") utils::download.file(url, path, method = method, quiet = quiet, 中的错误:无法打开 URL'https://api.github.com/repos /jzsbioinfo/APRD/tarball/master'

我的 session 信息:

─ Session info ────────────────────────────────────────────────────────────────────────────
setting value
version R version 3.6.2 (2019-12-12)
os Windows 10 x64
system x86_64, mingw32
ui RStudio
language (EN)

我尝试过但不起作用的方法:

options(download.file.method = "libcurl")
devtools::install_github("jzsbioinfo/APRD")

或者

options(download.file.method = "wininet")
devtools::install_github("jzsbioinfo/APRD")

我还尝试检查互联网意见中的使用 TLS 1.2 框,但不起作用。

问题已解决。 我刚刚更新了开发工具和遥控器 package。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM