Add dependencies

Description

add() will add dependencies to the pixi.toml. It will only add 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

add(package_names)

Arguments

package_names Package name(s) to be added.

Value

Doesn’t return any objects.

Examples

library("rpix")

add("tibble")