Hacker News new | ask | show | jobs
by hadley 4223 days ago
The closest equivalent to virtualenv for R is packrat: http://rstudio.github.io/packrat/. It doesn't (yet) support different R versions for different projects, but that's on the roadmap.
1 comments

Yeah packrat is great! It is a really important package which has greatly increased my willingness to use R in production.