manifest_validate: Validate a manifesto manifest file

View source: R/validate.R

manifest_validateR Documentation

Validate a manifesto manifest file

Description

Validate a manifesto manifest file

Usage

manifest_validate(path = "rproject.toml", groups = NULL)

Arguments

path

Path to the rproject.toml file.

groups

Optional character vector of dependency groups to include.

Value

Invisibly returns TRUE if the manifest is valid; otherwise, stops with an error.

Examples

manifest_validate(path = system.file(package = 'manifesto', 'minimal.toml'))

manifesto documentation built on May 6, 2026, 1:06 a.m.