Summer 2016, Stanford University
- R studio
- R v3.3 (in RStudio, type
version
; if on Windows, use this) - node v4.4.5 or higher (in Terminal, type
node --version
; close and re-open terminal after install) - npm v3.6 or higher (in Terminal, type
npm --version
; if it's not >= v3.6; trysudo npm install npm -g
, close and reopen terminal and check version) - devtools R library: in R:
install.packages('devtools')
Everything has been tested on Mac and Linux. If you are using Windows, contact the instructor.