Update package list
This commit is contained in:
parent
8da00ed69e
commit
888612468a
|
@ -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)
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue