Remove dependencies

Description

remove() will remove dependencies from the pixi.toml.

For more information, see https://pixi.sh/latest/reference/cli/pixi/remove/

Usage

remove(packages, dry_run = FALSE)

Arguments

packages Package name(s) to be removed.
dry_run Just show command or also run.

Value

Doesn’t return any objects.

Examples

library("rpix")

remove("tibble")