Working With Different Versions of an R Package
Installing Packages to a Custom Location Installing Development Packages Installing Outdated Packages Special cases Reproducibility via a Project-Specific Library Recently, I had to install an older version of an R package, because a function was deprecated that I wanted to use. I wanted to install the old version in addition to and not instead of the new version.
This post has been updated in April 2020. Previously, install_version() and install_github() had no lib argument which made it necessary to use a workaround via the withr package to install to a non-standard library.
[Read More]