| manifest_from_renv | R Documentation |
Reads a {renv} lockfile (JSON format) and converts it to a manifesto-style
TOML manifest. Extracts package versions and the R environment version.
manifest_from_renv(lockfile = "renv.lock", path, r_version)
lockfile |
Path to a |
path |
Optional path to write the TOML manifest. Defaults to a temporary |
r_version |
Optional R version settings. Defaults to version found in lockfile. |
Path to the generated TOML file (invisibly).
path <- manifest_from_renv(system.file(package = 'manifesto', 'renv.lock'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.