1

I'm trying to install R 3.2.2 in ubuntu 16.04 but I can only get the 3.3.3 version with the regular installation. I can only work with that version, but I can't find how to do it in intertnet.

AFP_555
  • 2,392
  • 4
  • 25
  • 45
  • 1
    http://stackoverflow.com/questions/33652219/installing-older-version-of-r – jogo Apr 19 '17 at 07:22
  • This RStudio support blog post might be helpful as well [Installing multiple versions of R on Linux](https://support.rstudio.com/hc/en-us/articles/215488098-Installing-multiple-versions-of-R-on-Linux). – Valentin_Ștefan Dec 26 '20 at 16:30

1 Answers1

3

You can find old versions of R here. You have to install it manually. In the tar.gz file is a INSTALL file on how to install it.

ricoderks
  • 1,619
  • 9
  • 13