install_github安装错误解决方法

install.packages('devtools')
library(devtools)
install_github('hdng/clonevol')

Installation failed: Timeout was reached


install_github('hdng/clonevol', host = "api.github.com")

successfully

  

原文链接:https://blog.csdn.net/weixin_33872566/article/details/85947934

  

posted @ 2020-09-28 14:36  清簌婉兮  阅读(403)  评论(0)    收藏  举报