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} ```{r}
pkgs <- c( pkgs <- c(
"broom", "dplyr", "ggplot2", "jsonlite", "Lahman", "purrr", "dplyr", "gapminder", "ggplot2", "jsonlite", "Lahman",
"rcorpora", "readr", "rmarkdown", "stringr", "tibble", "tidyr" "lubridate", "modelr", "nycflights13", "purrr", "readr",
"stringr", "tibble", "tidyr"
) )
install.packages(pkgs) install.packages(pkgs)
``` ```