R developers need a tool to reproduce runtime environments for their projects. R ecosystem is evolving really fast - R interpreter, packages, system libraries are subject to frequent updates. Also, different data scientists work in different configurations. This results in problems with reproducibility.
Existing solutions
- Packrat (only R libraries, private lib for a project)
- Switchr (only switching between libraries using
.libPaths()
)