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
install.packages('devtools')
library(devtools)
install_github('hdng/clonevol') 
Installation failed: Timeout was reached
install_github('hdng/clonevol', host = "api.github.com")
successfully
