powered by
Check if the installed packages match the manifest requirements
manifest_check(path = "rproject.toml", groups = NULL)
A data.frame reporting installed version, required version, and status.
data.frame
Path to the TOML manifest file. Defaults to "rproject.toml".
Optional dependency groups to include. Defaults to NULL (core only).
manifest_check(system.file(package = 'manifesto', 'minimal.toml'))
Run the code above in your browser using DataLab