R/validate.R
manifest_validate.Rd
Validate a manifesto manifest file
manifest_validate(path = "rproject.toml", groups = NULL)
Path to the rproject.toml file.
rproject.toml
Optional character vector of dependency groups to include.
Invisibly returns TRUE if the manifest is valid; otherwise, stops with an error.
TRUE
manifest_validate(path = system.file(package = 'manifesto', 'minimal.toml'))