Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to download previous versions of R for mac?

Tags:

r

cran

Here we find 'old' versions of R (from 2.0.1 to 2.7.0).

Here we can find the current version (3.6.3)

Where can we download the versions in between? (i.e. not the newest version, but not 'old')

like image 923
stevec Avatar asked Oct 23 '25 11:10

stevec


1 Answers

https://cran.r-project.org/bin/macosx/old contains dmg, pkg and tar.gz files (thanks @MrFlick)

Source files can be found at https://cran.r-project.org/src/base/R-3/ for 3.x and https://cran.r-project.org/src/base/R-2/ for 2.x

like image 102
jared_mamrot Avatar answered Oct 25 '25 02:10

jared_mamrot