如何在 R 中安装 "factoextra"?
How to install "factoextra" in R?
我正在使用 R 版本 3.0.3
。而 运行
library(devtools)
install_github("kassambara/factoextra")
我遇到以下错误:
Downloading github repo kassambara/factoextra@master
Error in function (type, msg, asError = TRUE) :
Failed to connect to api.github.com port 443: Timed out
谁能告诉我如何安装这个包?
我的猜测是您使用了阻止 https 或类似内容的代理。只需从另一个位置重试,看看是否可以解决问题。或者与您的本地系统管理员联系并解决问题。
这也可能是暂时的 github 问题,在这种情况下稍后重试将解决问题。
我正在使用 R 版本 3.0.3
。而 运行
library(devtools)
install_github("kassambara/factoextra")
我遇到以下错误:
Downloading github repo kassambara/factoextra@master
Error in function (type, msg, asError = TRUE) :
Failed to connect to api.github.com port 443: Timed out
谁能告诉我如何安装这个包?
我的猜测是您使用了阻止 https 或类似内容的代理。只需从另一个位置重试,看看是否可以解决问题。或者与您的本地系统管理员联系并解决问题。
这也可能是暂时的 github 问题,在这种情况下稍后重试将解决问题。