I know that you can download old packages and install them with
R CMD INSTALL package-version.tar.gz
I wonder if you can tell instal
instal
install.packages() does not, but there is a function install_version() in the devtools package which can install a version other than the most recent one from a CRAN repository.
install.packages()
install_version()
devtools