add: Add a package

View source: R/add.R

addR Documentation

Add a package

Description

Add a package

Usage

add(packages, remotes = c())

Arguments

packages

Packages to add

remotes

Remotes to add

Value

No return value

Examples

## Not run: 

jetpack::add("randomForest")

jetpack::add(c("randomForest", "DBI"))

jetpack::add("DBI@1.0.0")

jetpack::add("plyr", remote="hadley/plyr")

jetpack::add("plyr", remote="local::/path/to/plyr")

## End(Not run)

ankane/jetpack documentation built on June 11, 2025, 3:38 a.m.