Learn R Programming

manifesto (version 0.0.2)

manifest_parse: 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)

Value

A character vector of resolved package references.

Arguments

path

Path to the rproject.toml file.

groups

Optional character vector of dependency groups to include.

Examples

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

Run the code above in your browser using DataLab