Remove dependencies

Description

remove() will add dependencies to the pixi.toml. It will only remove if the package with its version constraint is able to work with rest of the dependencies in the project. More info on multi-platform configuration.

Usage

remove(package_names)

Arguments

package_names Package name(s) to be removed.

Value

Doesn’t return any objects.

Examples

library("rpix")

remove("tibble")