bundle {packrat} | R Documentation |
Bundle a packrat project, for easy sharing.
bundle(project = NULL, file = NULL, include.src = TRUE, include.lib = FALSE, overwrite = FALSE, ...)
project |
The project directory. Defaults to the currently activate
project. By default, the current project active under |
file |
The location to file the bundled file. By default, we write
to a file with name |
include.src |
Include the packrat sources? |
include.lib |
Include the packrat private library? |
overwrite |
Boolean; overwrite the file at |
... |
Optional arguments passed to |