Skip to content

Instantly share code, notes, and snippets.

@Pakillo
Last active June 7, 2021 10:14
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 Pakillo/b13ea044720f72d88861d136e3863d2b to your computer and use it in GitHub Desktop.
Save Pakillo/b13ea044720f72d88861d136e3863d2b to your computer and use it in GitHub Desktop.
BLIZ Summer School - software & R packages to install
# Install R latest version: https://cloud.r-project.org/
# Install RStudio latest version: https://www.rstudio.com/products/rstudio/download/#download
# Install R packages below:
install.packages("remotes")
install.packages("workflowr")
remotes::install_github("benmarwick/rrtools")
remotes::install_github("nevrome/rrtools.addin")
install.packages("rcompendium")
remotes::install_github("Pakillo/template")
remotes::install_github("baumer-lab/fertile")
install.packages("rmarkdown")
install.packages("rticles")
remotes::install_github("Pakillo/rmdTemplates")
install.packages("xaringan")
install.packages('tinytex')
tinytex::install_tinytex()
install.packages("equatiomatic")
install.packages("report")
install.packages("modelsummary")
install.packages("checkpoint")
install.packages("automagic")
install.packages("renv")
install.packages("liftr")
remotes::install_github("o2r-project/containerit")
remotes::install_github("karthik/holepunch")
install.packages("targets")
## Recommended:
# configure git & sign up on GitHub, see https://happygitwithr.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment