How do you download R version 3.4.4? I'm not sure what version of R I have.
I’m guessing this is related to your questions over in this other thread?
To find out your R version, look at the message you get whenever R starts up, or run sessionInfo()
. If you are running a newer version of R than 3.4.4, I would not recommend downgrading unless you’re sure you know what you’re doing!
That said, older R binaries are available on CRAN. There are different pages for different platforms:
- Windows: https://cloud.r-project.org/bin/windows/base/old/
- MacOS: https://cloud.r-project.org/bin/macosx/el-capitan/base/ (but see this page instead if you’re running Mac OS X <= 10.9: https://cloud.r-project.org/bin/macosx/)
FYI, R releases (3.x) currently come out annually. This year’s version was R 3.5.
3 Likes
Your answers were great. Thank you!
1 Like