1. Install R & RStudio

CWRU · MAMS · STAT 312/312R Supplements

Goals

Steps

  1. Install R from CRAN.
  2. Install RStudio Desktop (free) from Posit.
  3. Open RStudio → Console tab → run:
    version
    sessionInfo()
    2 + 2
    

Try it