| manifest_check | R Documentation |
Check if the installed packages match the manifest requirements
manifest_check(path = "rproject.toml", groups = NULL)
path |
Path to the TOML manifest file. Defaults to "rproject.toml". |
groups |
Optional dependency groups to include. Defaults to NULL (core only). |
A data.frame reporting installed version, required version, and status.
manifest_check(system.file(package = 'manifesto', 'minimal.toml'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.