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