simonthompson99
9/27/2019 - 4:21 PM

Install old version of R package

[Install old version of R package] Install an older version of a particular package #r #environment

  1. download old .tar.gz from the package archive
  2. run R CMD INSTALL <old-package>.tar.gz or to get the dependencies installed run install.packages("<file>.tar.gz", repos = NULL, type = "source")