Description Author(s) Examples
Rbundler is an R package dependency management utility.
Yoni Ben-Meshulam yoni.bmesh@gmail.com
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.