rstudio / packrat

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

packrat adds packrat/lib* to .gitignore #593

Closed ras44 closed 4 years ago

ras44 commented 4 years ago

I noticed that packrat adds packrat/lib* to .gitignore. Is there a way to turn this off? While including compiled libs isn't recommended, we often do so because we have a tightly controlled instance model and benefit from not having to reinstall all libs when sharing projects. Thank you.

kevinushey commented 4 years ago

We do. Please see the packrat::opts$vcs.ignore.lib() option, documented in ?packrat::opts.

ras44 commented 4 years ago

Nice- I swear I looked through that before posting this issue. Thanks for your help.