This package contains a set of instructional material to introduce R in a guided interactive way. A beamer slide presentation with examples meant to be worked by students is included.
- Start R (or RStudio)
- Paste the following code into your R session
source('http://bioconductor.org/biocLite.R')
biocLite('SDIntroToR',siteRepos='http://watson.nci.nih.gov/~sdavis/software/R',type='source')