Learn R Programming

rbundler (version 0.2.1)

bundle: Bundles a package and it's dependencies into a library.

Description

Dependencies are installed into the package's bundle library. The library is also added to this session's .libPaths.

Usage

bundle(pkg = ".", repos = getOption("repos"), ...)

Arguments

pkg
package description, can be path or package name.
repos
character vector, the base URLs of the repositories to use, e.g., the URL of a CRAN mirror such as '"http://cran.us.r-project.org"'.

Can be 'NULL' to install from local files (with extension '.tar.gz' for source packages).

...
commands to be passed to devtools::install

Details

Note that repository and pkgType options are temporarily overridden, according to the user's options, and set back to the