All functions

bundle()

Bundle a Packrat Project

clean()

Remove Packages from the Library

disable()

Disable the use of Packrat in a Project

init()

Initialize Packrat on a new or existing R project

install()

Install a local development package.

install_local()

Install a Package from a Local Repository

set_lockfile_metadata() get_lockfile_metadata()

Get / Set packrat lockfile metadata

packify()

Automatically Enter Packrat Mode on Startup

with_extlib() extlib() user_lib() packrat_lib()

Managing External Libraries

packrat_mode() on() off()

Packrat Mode

get_opts() set_opts() opts

Get/set packrat project options

packrat packrat-package

Packrat: Reproducible dependency management

project_dir() src_dir() lib_dir() bundles_dir()

Paths to Packrat Resources

repos_create()

Create a Local, CRAN-like Repository

repos_upload()

Upload a Package to a Local CRAN-like Repository

repos_add() repos_add_local() repos_set() repos_set_local() repos_remove() repos_list()

Add a Repository

restore()

Apply the most recent snapshot to the library

search_path()

Get Packages on the Search Path

snapshot()

Capture and store the packages and versions in use

status()

Show differences between the last snapshot and the library

unbundle()

Unbundle a Packrat Project

unused_packages()

Find Unused Packages in a Project