-
Notifications
You must be signed in to change notification settings - Fork 3
Home
shka edited this page Sep 10, 2014
·
4 revisions
Welcome to the R-SAMstrt wiki!
Before installation, check the following required softwares.
- Development tools; Rtools for Windows, or Xcode command line tools for Mac, and package-set available for usual Linux distributions
- LaTeX; proTeXt for Windows, or MacTeX for Mac, and package available for usual Linux distributions
Then execute following commands on your R.
source("http://bioconductor.org/biocLite.R")
biocLite(c('samr', 'devtools'))
library(devtools)
install_github('shka/R-SAMstrt')