fgit_install: Install package from GitHub by FastGit accelerating

View source: R/fgit_install.R

fgit_installR Documentation

Install package from GitHub by FastGit accelerating

Description

Install package from GitHub by FastGit accelerating

Usage

fgit_install(repo, branch = NULL, repo_check = TRUE)

Arguments

repo

The repository name or url from GitHub.com

branch

Install from which branch.

repo_check

Check the existence of repository

Value

No return value, called for side effects

Examples

## Not run: 
fgit_install("https://github.com/FastGitORG/fgitR")
fgit_install("FastGitORG/fgitR")

## End(Not run)


FastGitORG/fgitR documentation built on March 18, 2022, 7:52 a.m.