Skip to content

Commit

Permalink
Merge pull request #881 from isaac-jennings/main
Browse files Browse the repository at this point in the history
Proposed Update to package install at 01-rstudio-intro.Rmd
  • Loading branch information
naupaka authored Apr 16, 2024
2 parents 3c63857 + bd06443 commit fdbbf55
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions episodes/01-rstudio-intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,16 @@ install.packages(c("ggplot2", "plyr", "gapminder"))

::::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::: instructor

When installing ggplot2, it may be required for some users to use the dependencies flag as a result of lazy loading affecting the install. This suggestion is not tied to any known bug discussion, and is advised based off instructor feedback/experience in resolving stochastic occurences of errors identified through delivery of this workshop:

```{r ch5-sol3, eval=FALSE}
install.packages("ggplot2", dependencies = TRUE)
```

:::::::::::::::::::::::::::::::::::::::::::::::::

:::::::::::::::::::::::::::::::::::::::: keypoints

- Use RStudio to write and run R programs.
Expand Down

0 comments on commit fdbbf55

Please sign in to comment.