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