This document provides instructions for installing the ggplot2 package in R on different operating systems. The easiest method is to use install.packages("ggplot2") in RStudio. If that does not work, an alternative is to install from GitHub using devtools::install_github("tidyverse/ggplot2"). For different operating systems like Ubuntu, Mac, and Windows, there are additional commands provided to install via CRAN.