Skip to content

Commit

Permalink
Add all packages, closes hadley#1373
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed May 9, 2023
1 parent 0940f14 commit 0800202
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion intro.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,12 @@ For example, we'll use the following packages because they provide interesting d
```{r}
#| eval: false
install.packages(c("babynames", "gapminder", "nycflights13", "palmerpenguins"))
install.packages(
c("arrow", "babynames", "curl", "dplyr", "duckdb", "gapminder",
"ggrepel", "ggridges", "ggthemes", "hexbin", "janitor", "Lahman",
"leaflet", "maps", "nycflights13", "openxlsx", "palmerpenguins",
"repurrrsive", "tidymodels", "writexl")
)
```

We'll also use a selection of other packages for one off examples.
Expand Down

0 comments on commit 0800202

Please sign in to comment.