manifest_parse: Parse a manifesto manifest file

View source: R/parse.R

manifest_parseR Documentation

Parse a manifesto manifest file

Description

By default, groups = NULL, which will only install core dependencies. If you want to include all optional groups, set groups = 'all'.

Usage

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

Arguments

path

Path to the rproject.toml file.

groups

Optional character vector of dependency groups to include.

Value

A character vector of resolved package references.

Examples

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

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