2 Setup
2.1 Windows users
Download and install R: https://cran.r-project.org/bin/windows/base/R-4.4.1-win.exe
Download and install RStudio: https://download1.rstudio.org/electron/windows/RStudio-2024.04.2-764.exe
Download and install Git: https://github.com/git-for-windows/git/releases/download/v2.45.2.windows.1/Git-2.45.2-64-bit.exe
2.2 Mac users
Download and install R: https://cloud.r-project.org/bin/macosx/big-sur-arm64/base/R-4.4.1-arm64.pkg
Download and install RStudio: https://download1.rstudio.org/electron/macos/RStudio-2024.04.2-764.dmg
Download and install Homebrew:
Option 1: https://github.com/Homebrew/brew/releases/download/4.3.7/Homebrew-4.3.7.pkg
OR
Option 2: Paste that in a macOS Terminal:
Install Git using Homebrew
Open the Terminal application. You can find it by searching for “Terminal” in Spotlight (Cmd + Space) or by navigating to
Applications
->Utilities
->Terminal
.In the Terminal, type the following command and press Enter: