# Enable additional tracing of the dependency walk...
options("packrat.verbose.snapshot.dependencies" = TRUE)
Sample output from a simple Shiny application; the trace indicates the walk depth, the current package, and if we are using prior results or computing as-new:
The option packrat.verbose.snapshot.dependencies prints additional detail about the package dependency walk while constructing a project snapshot.
This is separate from the verbose option to .snapshotImpl, which is enabled during normal packrat::snapshot use.
Note: This PR is layered on top of https://github.com/rstudio/packrat/pull/615 and replaces https://github.com/aronatkins/packrat/pull/1
Until https://github.com/rstudio/packrat/pull/615 is merged, those changes will show as differences, as well. You can see a more minimal diff at https://github.com/aronatkins/packrat/pull/2
CC @andrie
Sample output from a simple Shiny application; the trace indicates the walk depth, the current package, and if we are using prior results or computing as-new: