Session 00: Prework

Welcome to the R Markdown for Medicine workshop! We look forward to meeting you in person. Before attending the workshop, please complete the following prework:

  1. Sign up for a free RStudio Cloud account at https://rstudio.cloud/ before the workshop. I recommend logging in with an existing Google or GitHub account, if you have one (rather than creating a new account with another password you have to remember).

  2. Complete this 10-minute interactive tutorial on Markdown.

  3. Please bring a laptop that has the following installed:

    • A recent version of R (>=3.6.0), which is available for free at https://cloud.r-project.org/
    • A recent version of RStudio Desktop (>=1.2), available for free (RStudio Desktop Open Source License)
    • The R packages we will use, which you can install by connecting to the internet, opening RStudio, and running at the command line:

      install.packages(c("rmarkdown", "tidyverse", "distill", 
                         "bookdown", "rticles", "here", "gt",
                         "skimr", "scico", "janitor", "arsenal",
                         "tableone", "flextable", "cowplot",
                         "survminer", "survival", "revealjs"))
  4. Don’t forget your power cord!

On the day of the workshop, I’ll provide you with an RStudio Cloud project that contains all of the course materials. We will use the software listed above only as an important backup should there be problems with the on-site internet connection.

Avatar
Alison Hill
Data Scientist & Professional Educator

Alison Hill is a Data Scientist & Professional Educator at RStudio. Prior to joining RStudio, Dr. Hill was an Associate Professor and Center Director at Oregon Health & Science University in Portland, Oregon, where she was an NIH-funded Principal Investigator. Her work has been published in Pediatrics, Autism Research, and other peer-reviewed journals.