Skip to content

Instantly share code, notes, and snippets.

@csgillespie
Last active April 9, 2020 19:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save csgillespie/b2ae98226478e5880c6b7849c5d17de5 to your computer and use it in GitHub Desktop.
Save csgillespie/b2ae98226478e5880c6b7849c5d17de5 to your computer and use it in GitHub Desktop.
Pre-requisites for ODSC
title output
Tidyverse prerequisites (ODSC)
html_notebook

Software

Please make sure you a using a recent version of R (at least 3.4.X) - the final digit is the minor version number. The essential numbers are the first two. You can check the version of R you are running via

R.version.string

Please install the latest version of RStudio (https://www.rstudio.com/products/rstudio/download/).

R Packages

During the course, we'll use a few R packages. These can be installed using

install.packages(c("tidyverse", "drat", "okcupiddata"))

Course material is found in a bespoke, non-cran package that can be installed via

drat::addRepo("jr-packages")
install.packages("jrTidyverse")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment