Skip to content

Instantly share code, notes, and snippets.

@pgstevenson
Last active July 26, 2022 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pgstevenson/fd0e511b7eecb7bdb5c961d261e7bf87 to your computer and use it in GitHub Desktop.
Save pgstevenson/fd0e511b7eecb7bdb5c961d261e7bf87 to your computer and use it in GitHub Desktop.
#### Upgrade R - do this in R GUI, not RStudio IDE ----
installr::updateR(TRUE)
#### Packages to install after R upgrade ----
# CRAN
install.packages(c("devtools", "tidyverse", "installr", "readxl", "janitor", "broom", "lme4", "broom.mixed", "officer", "yaml", "here", "igraph", "kableExtra", "lubridate", "repmis", "tidyselect", "labelled", "withr", "naturalsort"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment