R/install_zip.R
install_zip_gh.Rd
install github package
install_zip_gh( repo, ref = "HEAD", subdir = NULL, args = "--no-build-vignettes" )
github repo
github branch, default is HEAD, which means the default branch of the GitHub repo
sub directory that contains R package files, default is NULL
argument to build package
No return value, called for installing github package
it download the zip file first and use install_zip to install it
install_zip
Guangchuang Yu