Learn R Programming

yulab.utils (version 0.1.7)

install_zip_gh: install_zip_gh

Description

install github package

Usage

install_zip_gh(repo, ref = "HEAD", args = "--no-build-vignettes")

Value

No return value, called for installing github package

Arguments

repo

github repo

ref

github branch, default is HEAD, which means the default branch of the GitHub repo

args

argument to build package

Author

Guangchuang Yu

Details

it download the zip file first and use install_zip to install it