gpt4 book ai didi

r - 无法从 github 安装 R-package

转载 作者:行者123 更新时间:2023-12-04 11:17:54 26 4
gpt4 key购买 nike

我正在尝试从 github 安装 flowIncubator 包(包的链接: https://github.com/RGLab/flowIncubator )。我正在使用 R 版本 3.3.1 (2016-06-21)。
我试过这个代码:
devtools::install_github("RGLab/flowIncubator")并收到此错误:

  Error in curl::curl_fetch_disk(url, x$path, handle = handle) : 
Timeout was reached
> traceback()
12: .Call(R_curl_fetch_disk, url, handle, path, "wb", nonblocking)
11: curl::curl_fetch_disk(url, x$path, handle = handle)
10: request_fetch.write_disk(req$output, req$url, handle)
9: request_fetch(req$output, req$url, handle)
8: request_perform(req, hu$handle$handle)
7: httr::GET(url, path = path, httr::write_disk(path = tmp))
6: remote_package_name.github_remote(remote)
5: remote_package_name(remote)
4: FUN(X[[i]], ...)
3: vapply(remotes, install_remote, ..., FUN.VALUE = logical(1))
2: install_remotes(remotes, quiet = quiet, ...)
1: devtools::install_github("RGLab/flowIncubator")

我尝试更新两个包 devtools 和 curl,我尝试将 R 更新到旧版本,我尝试下载 .zip 文件并通过 R studio 安装它,然后从库中加载包。我也试过直接将包文件放入库中。
我使用了 install.packages() 函数,但无法安装它。

最佳答案

我找到了问题所在。似乎我的 DNS 服务器非常慢,这造成了超时问题。

切换到像 Google 这样的备用 DNS 服务器解决了这个问题。

关于r - 无法从 github 安装 R-package,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38263920/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com