View source: R/manifest-convert.R
renv_lockfile_from_manifest | R Documentation |
renv.lock
from an RStudio Connect manifest.json
Use renv_lockfile_from_manifest()
to convert a manifest.json
file from
an RStudio Connect content bundle into an renv.lock
lockfile.
This function can be useful when you need to recreate the package environment
of a piece of content that is deployed to RStudio Connect. The content bundle
contains a manifest.json
file that is used to recreate the package
environment. This function will let you convert that manifest file to an
renv.lock
file. Run renv::restore()
after you've converted the file to
restore the package environment.
renv_lockfile_from_manifest(
manifest = "manifest.json",
lockfile = NA,
project = NULL
)
manifest |
The path to a |
lockfile |
The path to the lockfile to be generated and / or updated.
When |
An renv lockfile.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.