Fix typo in intro.qmd (#1372)

Plus add a little more clarification/rationale for installing the additional packages.
This commit is contained in:
Kevin Perese 2023-03-16 11:40:09 -04:00 committed by GitHub
parent cb10b6c89d
commit 392a18dddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ In other words, the complement to the tidyverse is not the messyverse but many o
As you tackle more data science projects with R, you'll learn new packages and new ways of thinking about data.
We'll use many packages from outside the tidyverse in this book.
For example, we use the following packages to that provide interesting data sets:
For example, we'll use the following packages because they provide interesting data sets for us to work with in the process of learning R:
```{r}
#| eval: false