non_cran: Make sure github packages are installed.

View source: R/zz-deprecated-dependency-utils.R

non_cranR Documentation

Make sure github packages are installed.

Description

Use a locally checked out version if available.

Usage

non_cran(name, github, force = FALSE, subdir = "", ...)

Arguments

name

the name of the package

github

something like "github-repo/project-name"

force

will only update a loaded package if TRUE (defaults to FALSE)

subdir

if the package is in a subdirectory of the github repo

...

passed to devtools::install_github

Value

nothing

Examples

# non_cran("patchwork", "thomasp85/patchwork")

terminological/ggrrr documentation built on June 15, 2024, 6:35 a.m.