Update intro.qmd (#1165)

Removed a redundant use of "packages" in the text.
This commit is contained in:
Jonathan Kitt
2022-11-30 13:15:19 +01:00
committed by GitHub
parent 31363dc23a
commit 9de102473e

View File

@@ -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.