View source: R/zz-deprecated-dependency-utils.R
non_cran | R Documentation |
Use a locally checked out version if available.
non_cran(name, github, force = FALSE, subdir = "", ...)
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 |
nothing
# non_cran("patchwork", "thomasp85/patchwork")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.