Chapter 11 Appendix: Setting up R

Just some quick notes for the present about what packages need to be installed, how to use rstudio.cloud, tutorials, etc.

  1. Knitting this document caused many packages to be installed
  2. Changed Tools/Global Options/R Markdown to show compiled results in viewer
install.packages(c("dplyr", "tidyverse", "mosaic", "mosaicData", "mosaicCore"))
install.packages(c("devtools", "shiny", "shinyjs", "shinydashboard", "shinyWidgets"))
install.packages(c("NHANES", "tufte", "randomForest", "kernlab", "learnr", "tidyr",  "googlesheets", "DT"))
devtools::install_github("ProjectMOSAIC/mosaicModel")
devtools::install_github("dtkaplan/Natality_2014")
devtools::install_github("dtkaplan/SDSdata")
devtools::install_github("wilkelab/ungeviz")
devtools::install_github("StatPREP/LittleApp")
devtools::install_github("dtkaplan/SDStutorials")
devtools::install_github("dtkaplan/SDSexercises")
devtools::install_github("dtkaplan/workshop")