| manifest_from_pak | R Documentation |
pak lockfileReads a {pak} lockfile (JSON format) and converts it to a manifesto-style
TOML manifest. Extracts package versions and the locked R version.
manifest_from_pak(lockfile = "pkg.lock", path, r_version)
lockfile |
Path to a |
path |
Optional path to write the 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_pak(system.file(package = 'manifesto', 'pkg.lock'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.