Skip to contents

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")