## ---- eval = FALSE-------------------------------------------------------
#  devtools::install_github(repo = "tiagochst/ELMER.data")
#  devtools::install_github(repo = "tiagochst/ELMER")

## ---- eval = FALSE-------------------------------------------------------
#  source("https://bioconductor.org/biocLite.R")
#  biocLite("ELMER")

## ---- fig.height=6,echo=FALSE, message=FALSE, warning=FALSE, include=TRUE----
library(ELMER, quietly = TRUE)

## ----sessioninfo, eval=TRUE----------------------------------------------
sessionInfo()