status(project = NULL, lib.loc = libDir(project), quiet = FALSE)
NULL
if a packrat
project has not yet been
initialized, or a (invisibly) a data.frame
with components:
with components:install.packages
, update.packages
,
and remove.packages
. To bring these differences into packrat, you
can use snapshot
.Differences can also arise if one of your collaborators adds or removes
packages from the packrat dependencies. In this case, you simply need to tell
packrat to update your private package library using restore
.