Install packages from a manifesto manifest
Examples
manifest_install(
path = system.file(package = 'manifesto', 'minimal.toml'),
dry_run = TRUE
)
#>
#> ── Dry run: would install the following 1 packages ──
#>
#> • dplyr@>=1.0.0
Install packages from a manifesto manifest
manifest_install(
path = system.file(package = 'manifesto', 'minimal.toml'),
dry_run = TRUE
)
#>
#> ── Dry run: would install the following 1 packages ──
#>
#> • dplyr@>=1.0.0