[Install old version of R package] Install an older version of a particular package #r #environment
.tar.gz from the package archiveR CMD INSTALL <old-package>.tar.gz or to get the dependencies installed run install.packages("<file>.tar.gz", repos = NULL, type = "source")