I've started improving reproducibility and useability with R projects and packrat.
However I also prefer to work in R using radian (or just R at command line) and Sublime Text.
Given packrat edits the local .Rprofile to hook into package installation on startup, and I've set the settings in the .Rproj to not save history, load existing data, etc. what do I have to keep in mind when working on the same .rproj with co-authors when they use RStudio by I use sublime text and a terminal?
Sometimes it's hard to tell when some features apply only to Rstudio and others apply to other modes of working in R.