rbundler: A package dependency management utility.

Description Author(s) Examples

Description

Rbundler is an R package dependency management utility.

Author(s)

Yoni Ben-Meshulam yoni.bmesh@gmail.com

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## 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)

rbundler documentation built on May 2, 2019, 11:27 a.m.

Related to rbundler in rbundler...