Learn R Programming

jetpack (version 0.5.5)

add: Add a package

Description

Add a package

Usage

add(packages, remotes = c())

Value

No return value

Arguments

packages

Packages to add

remotes

Remotes to add

Examples

Run this code
if (FALSE) {

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")
}

Run the code above in your browser using DataLab