Adds Lahman, tibble and rcorpora to list of packages used in book

This commit is contained in:
Garrett 2016-03-31 17:01:22 -04:00
parent 546fcac17d
commit 55ab16f27f
1 changed files with 2 additions and 2 deletions

View File

@ -129,8 +129,8 @@ You'll also need to install some R packages. An R _package_ is a collection of f
```{r}
pkgs <- c(
"broom", "dplyr", "ggplot2", "jpeg", "jsonlite",
"knitr", "microbenchmark", "png", "pryr", "purrr", "readr", "stringr",
"tidyr"
"knitr", "Lahman", "microbenchmark", "png", "pryr", "purrr",
"rcorpora", "readr", "stringr", "tibble", "tidyr"
)
install.packages(pkgs)
```