By default, groups = NULL, which will only install core dependencies.
If you want to include all optional groups, set groups = 'all'.
Examples
manifest_parse(path = system.file(package = 'manifesto', 'minimal.toml'))
#> [1] "dplyr@>=1.0.0"
By default, groups = NULL, which will only install core dependencies.
If you want to include all optional groups, set groups = 'all'.
manifest_parse(path = system.file(package = 'manifesto', 'minimal.toml'))
#> [1] "dplyr@>=1.0.0"