Learn R Programming

manifesto (version 0.0.2)

manifest_validate: Validate a manifesto manifest file

Description

Validate a manifesto manifest file

Usage

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

Value

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

Arguments

path

Path to the rproject.toml file.

groups

Optional character vector of dependency groups to include.

Examples

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

Run the code above in your browser using DataLab