.snapshotImpl {packrat} | R Documentation |
This is the internal implementation for snapshot
. Most users
should prefer calling snapshot
.
.snapshotImpl(project, available = NULL, lib.loc = libDir(project), dry.run = FALSE, ignore.stale = FALSE, prompt = interactive(), auto.snapshot = FALSE, verbose = TRUE, fallback.ok = FALSE, snapshot.sources = TRUE, implicit.packrat.dependency = TRUE, infer.dependencies = TRUE)
project |
The project directory. Defaults to current working directory. |
available |
A database of available packages. |
lib.loc |
The library to snapshot. Defaults to the private library associated with the given directory. |
dry.run |
Computes the changes to your packrat state that would be made if a snapshot were performed, and prints them to the console. |
ignore.stale |
Stale packages are packages that are different from the
last snapshot, but were installed by packrat. Typically, packages become
stale when a new snapshot is available, but you haven't applied it yet with
|
prompt |
|
auto.snapshot |
Internal use – should be set to |
verbose |
Print output to the console while |
fallback.ok |
Fall back to the latest CRAN version of a package if the locally installed version is unavailable? |
snapshot.sources |
Download the tarball associated with a particular package? |
implicit.packrat.dependency |
Include |
infer.dependencies |
If |