bundle {packrat}R Documentation

Bundle a Packrat Project

Description

Bundle a packrat project, for easy sharing.

Usage

bundle(project = NULL, file = NULL, include.src = TRUE,
  include.lib = FALSE, overwrite = FALSE, ...)

Arguments

project

The project directory. Defaults to the currently activate project. By default, the current project active under packratMode is checked.

file

The location to file the bundled file. By default, we write to a file with name <package>-<date>.zip.

include.src

Include the packrat sources?

include.lib

Include the packrat private library?

overwrite

Boolean; overwrite the file at file if it already exists?

...

Optional arguments passed to tar.


[Package packrat version 0.3.0.101 Index]