Rhino uses {renv}
to manage the R package dependencies of your project.
To learn about the details and rationale for the particular setup used by Rhino,
please refer to Explanation: Renv configuration.
This article offers short recipes for the most common tasks: adding, updating and removing dependencies.
library(package)
line to dependencies.R
.renv::install("package")
.renv::snapshot()
.renv::update("package")
.renv::snapshot()
.library(package)
line from dependencies.R
.renv::snapshot()
.renv::restore(clean = TRUE)
.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.