installGithubPackage: Install R Package from GitHub source code

View source: R/install.R

installGithubPackageR Documentation

Install R Package from GitHub source code

Description

A lightweight alternative to remotes::install_github. All dependencies must have been installed already for this to work.

Usage

installGithubPackage(gitRepo, libPath = .libPaths()[1])

installGitHubPackage(gitRepo, libPath = .libPaths()[1])

Arguments

gitRepo

A repository in the form: Account/Repository@Branch or Account/Repository@SHA.

libPath

The folder where you would like the package installed. Defaults to .libPaths()[1].


PredictiveEcology/SpaDES.install documentation built on March 10, 2023, 1:19 p.m.