Skip to content

Instantly share code, notes, and snippets.

@csgillespie
Last active August 19, 2020 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save csgillespie/cad9fedb8e2d2d5b9d0462f93b779f65 to your computer and use it in GitHub Desktop.
Save csgillespie/cad9fedb8e2d2d5b9d0462f93b779f65 to your computer and use it in GitHub Desktop.
Prerequisites for ODSC

R for Python Programmers

This course is suitable for anyone with a some previous background in programming (not necessarily Python).

Software

R

Please make sure you a using a recent version of R (at least 3.6.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

To be honest, earlier versions of R should work, but if possible, get the latest.

RStudio IDE

Please install the latest version of RStudio Desktop IDE.

R Packages

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

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

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

drat::addRepo("jr-packages")
install.packages(c("jrTidyverse", "jrTidyverse2", "jrAutomate", "jrShiny", "jrIntroduction", "jrGgplot2"))

Colin Gillespie colin@jumpingrivers.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment