Adds Lahman, tibble and rcorpora to list of packages used in book
This commit is contained in:
parent
546fcac17d
commit
55ab16f27f
|
@ -129,8 +129,8 @@ You'll also need to install some R packages. An R _package_ is a collection of f
|
||||||
```{r}
|
```{r}
|
||||||
pkgs <- c(
|
pkgs <- c(
|
||||||
"broom", "dplyr", "ggplot2", "jpeg", "jsonlite",
|
"broom", "dplyr", "ggplot2", "jpeg", "jsonlite",
|
||||||
"knitr", "microbenchmark", "png", "pryr", "purrr", "readr", "stringr",
|
"knitr", "Lahman", "microbenchmark", "png", "pryr", "purrr",
|
||||||
"tidyr"
|
"rcorpora", "readr", "stringr", "tibble", "tidyr"
|
||||||
)
|
)
|
||||||
install.packages(pkgs)
|
install.packages(pkgs)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue