Last data update: 2014.03.03

R: A package dependency management utility.
rbundlerR Documentation

A package dependency management utility.

Description

Rbundler is an R package dependency management utility.

Author(s)

Yoni Ben-Meshulam yoni.bmesh@gmail.com

Examples

## Not run: 
# Run bundle in the current path:
bundle()
# Check for the new `.Rbundle` entry in `.libPaths`:
.libPaths()

lib <- file.path(tempdir(), 'my_bundle_lib')
# Run bundle in the current path, overriding the target library:
bundle('.', lib)
# Check for the new entry in `.libPaths`:
.libPaths()

## End(Not run)

Results