Socratizer

Online learning platform

How to install R and RStudio? Instructions for Windows/Mac/Linux

You need to install R and RStudio in order to participate in the course.

Installing R

Windows

Open CRAN page and download R installer: https://cran.r-project.org/bin/windows/base/ Do not change anything in installation settings unless you know what are you doing.

Mac

Open CRAN page and download R installer: https://cran.r-project.org/bin/macosx/ Do not change anything in installation settings unless you know what are you doing.

Linux (i inne systemy Unixowe)

I recommend to install R with a package manager of your distribution. If you are using Ubuntu, Debian or Mint the name of the packages is r-base. To install it you need to run this command in the terminal:

sudo apt install r-base

Generally speaking every Linux distribution have R in the software repository. If you have any problems – try to google it or just ask me!

Installing RStudio

  1. Windows, Mac, Linux

Go to the RStudio page, choose your version and install it:

https://www.rstudio.com/products/rstudio/download/#download

If you are using Linux there is a chance that RStudio will be available via your package manager.