Installs & Loads GitHub Packages

Usage

p_install_gh(package, ...)

Arguments

package
Repository address(es) in the format username/repo[/subdir][@ref|#pull]. Note that this must be a character string.
...
Additional parameters to pass to install_github.

Installs & Loads GitHub Packages

Installs & Loads GitHub Packages

Description

Installs a GitHub package. A wrapper for install_github.

Examples

## <strong>Not run</strong>: # p_install_gh("trinker/pacman") # # ## Package doesn't exist # p_install_gh("trinker/pacmanAwesomer") # ## <strong>End(Not run)</strong>

See also

install_github