Skip to content

Commit

Permalink
Update package list
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jul 29, 2016
1 parent 8da00ed commit 8886124
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down

0 comments on commit 8886124

Please sign in to comment.