Update package list

This commit is contained in:
hadley 2016-07-29 13:39:18 -05:00
parent 8da00ed69e
commit 888612468a
1 changed files with 3 additions and 2 deletions

View File

@ -146,8 +146,9 @@ install.packages <- function(...) invisible()
```
```{r}
pkgs <- c(
"broom", "dplyr", "ggplot2", "jsonlite", "Lahman", "purrr",
"rcorpora", "readr", "rmarkdown", "stringr", "tibble", "tidyr"
"dplyr", "gapminder", "ggplot2", "jsonlite", "Lahman",
"lubridate", "modelr", "nycflights13", "purrr", "readr",
"stringr", "tibble", "tidyr"
)
install.packages(pkgs)
```