install.packages(c("readr","readxl","ggplot2","dplyr"))
library(readr); library(readxl); library(ggplot2); library(dplyr)
getwd() # where R reads/writes by default
#setwd("C:/Users/you/Documents/stat312") # set only when needed
dplyr
, load it, and run packageVersion("dplyr")
.