rstudio / packrat

Packrat is a dependency management system for R
http://rstudio.github.io/packrat/
399 stars 89 forks source link

Document TAR handling #688

Closed toph-allen closed 1 year ago

toph-allen commented 1 year ago

Intent

Better document TAR binary discovery heuristic.

Resolves #689

Approach

Added a new paragraph to the ?restore docs describing the heuristic. Link to ?restore from the ?bundle documentation. From a scan of the code, these were the two documented functions that wind up tarring or untarring things — some but not all of which happened automatically when calling devtools::document().

Some reflowing of roxygen comments.

QA

Documentation-only change, so none / CI.