Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 456 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 456 Bytes

SDIntroToR

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.

Installation

  1. Start R (or RStudio)
  2. 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')