rstudio / packrat

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

How to incremental unbundle ? #594

Closed kaji331 closed 4 years ago

kaji331 commented 4 years ago

When I have a snapshot with many packages, the unbundle progress is a disaster. Even I just install one package, I have to re-compile all packages when I release a new version script.

Can packrat incremental unbundle?

kevinushey commented 4 years ago

No, incremental unbundles aren't possible.

You might want to check out renv instead -- it uses a global package cache by default, which means restores are usually painless after the cache has been populated.