Packages add tons of power to R by giving you extra functions, datasets, and tools. CRAN is the main repository for R packages.
install.packages() once per package, then library() whenever you want to use it.
ggplot2 - Data visualizationdplyr - Data manipulationtidyr - Data tidyingshiny - Interactive web appscaret - Machine learning