Skip to content

Instantly share code, notes, and snippets.

@simonthompson99
Last active January 20, 2021 12:25
Show Gist options
  • Select an option

  • Save simonthompson99/6f0f764c88ffbb6b7bbfbce69f8b667c to your computer and use it in GitHub Desktop.

Select an option

Save simonthompson99/6f0f764c88ffbb6b7bbfbce69f8b667c to your computer and use it in GitHub Desktop.
[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")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment