Skip to content
shka edited this page Sep 10, 2014 · 4 revisions

Welcome to the R-SAMstrt wiki!

Installation Tips

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')

Clone this wiki locally