powered by
By default, groups = NULL, which will only install core dependencies. If you want to include all optional groups, set groups = 'all'.
groups = NULL
groups = 'all'
manifest_parse(path = "rproject.toml", groups = NULL)
A character vector of resolved package references.
Path to the rproject.toml file.
rproject.toml
Optional character vector of dependency groups to include.
manifest_parse(path = system.file(package = 'manifesto', 'minimal.toml'))
Run the code above in your browser using DataLab