diff --git a/intro.qmd b/intro.qmd index a018aff..423a680 100644 --- a/intro.qmd +++ b/intro.qmd @@ -202,7 +202,7 @@ Once you have installed a package, you can load it using the `library()` functio library(tidyverse) ``` -This tells you that tidyverse is loading eight packages: ggplot2, tibble, tidyr, readr, purrr, dplyr, stringr, and forcats packages. +This tells you that tidyverse is loading eight packages: ggplot2, tibble, tidyr, readr, purrr, dplyr, stringr, and forcats. These are considered to be the **core** of the tidyverse because you'll use them in almost every analysis. Packages in the tidyverse change fairly frequently.