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

Installation failed: Timeout was reached

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

successfully

05-11 07:27