Skip to content

Commit

Permalink
Update 01-rstudio-intro.Rmd
Browse files Browse the repository at this point in the history
Changes to ggplot2 install dependencies for pull request to SWC maintainers
  • Loading branch information
isaac-jennings authored Oct 12, 2023
1 parent 70b3306 commit a78f12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/01-rstudio-intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ Install the following packages: `ggplot2`, `plyr`, `gapminder`
We can use the `install.packages()` command to install the required packages.

```{r ch5-sol, eval=FALSE}
install.packages("ggplot2")
install.packages("ggplot2", dependencies = TRUE)
install.packages("plyr")
install.packages("gapminder")
```
Expand Down

0 comments on commit a78f12e

Please sign in to comment.