powered by
Validate a manifesto manifest file
manifest_validate(path = "rproject.toml", groups = NULL)
Invisibly returns TRUE if the manifest is valid; otherwise, stops with an error.
TRUE
Path to the rproject.toml file.
rproject.toml
Optional character vector of dependency groups to include.
manifest_validate(path = system.file(package = 'manifesto', 'minimal.toml'))
Run the code above in your browser using DataLab