install_zip_gh: install_zip_gh

View source: R/install_zip.R

install_zip_ghR Documentation

install_zip_gh

Description

install github package

Usage

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

Arguments

repo

github repo

ref

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

subdir

sub directory that contains R package files, default is NULL

args

argument to build package

Details

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

Value

No return value, called for installing github package

Author(s)

Guangchuang Yu


yulab.utils documentation built on Feb. 5, 2026, 9:10 a.m.