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}
|
||||
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)
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue