Below you will find pages that utilize the taxonomy term “Reproducibility”
Post
Setting up Custom R Package Libraries
Overview Dealing with R Packages can be a pain sometimes, especially when dealing with development versions of evolving packages over time. Additionally, sometimes it is necessary to revert back to an old version of a package in order to reproduce an old project or replicate a test environment for a deployment.
To resolve some of the pains associated with this process, I came up with a nice little solution, which I will explain in this post.