bundle | R Documentation |
Bundle a packrat project, for easy sharing.
bundle(
project = NULL,
file = NULL,
include.src = TRUE,
include.lib = FALSE,
include.bundles = TRUE,
include.vcs.history = FALSE,
overwrite = FALSE,
omit.cran.src = FALSE,
...
)
project |
The project directory. Defaults to the currently activate
project. By default, the current project active under |
file |
The path to write the bundle. By default, we write
the bundle to |
include.src |
Include the packrat sources? |
include.lib |
Include the packrat private library? |
include.bundles |
Include other packrat bundle tarballs
(as in |
include.vcs.history |
Include version control history (ie, |
overwrite |
Boolean; overwrite the file at |
omit.cran.src |
Boolean; when |
... |
Optional arguments passed to |
The project is bundled as a gzipped tarball (.tar.gz
), which can
be unbundled either with packrat::unbundle
(which
restores the project as well), R's own utils::untar
, or
through most system tar
implementations.
The tar binary is selected using the same heuristic as restore
.
The path (invisibly) to the bundled project.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.