R, March 2014 U Washington Software Carpentry Bootcamp, HUB 145, 4001 Stevens Way NE

http://tiny.cc/ruw-syllabus points to this page

http://tiny.cc/ruw-githubb points to the Github repository the instructors will use during the bootcamp <-- this seems to point to the repository that underpins this website; still potentially useful!

CORRECTION (?): the actual Github repository instructors will work with during the bootcamp: https://github.com/LJWilliams/UW-R

http://tiny.cc/gapminder points to the Gapminder data we'll use

Etherpad link

Slides for git intro

We will write R code together "live" in the sessions, but below I link to written content on most topics, for your future reference.

Session 1.1

Session 1.2

Session 1.3

  • Version control with Git
  • Local usage of Git; RStudio as a Git client; Git commands in the shell.

Session 1.4

Session 2.1

  • File organization.
  • R functions and the debugger.

Session 2.2

  • The shell, especially file management.
  • R native equivalents for same operations.
  • Version control with remote/hosted repositories. Github.

Session 2.3

Session 2.4