renv_install_local | R Documentation |
This is a wrapper around pkgbuild::build()
and renv::install()
to more
easily make local packages available within renv projects.
The following steps are performed:
Building the package found at argument path
via pkgbuild::build()
.
Moving the built source into the renv cache. The cache location is
determined by Sys.getenv("RENV_PATHS_LOCAL")
.
Installing the package from the cache location via renv::install()
.
renv_install_local(path = ".", quiet = FALSE, ...)
path |
|
quiet |
|
... |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.