Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.47 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.47 KB

Materials for Psych 201s

Summer 2016, Stanford University

Software requirements

  • 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; try sudo 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.

Resources