if (!library("devtools", quietly = TRUE,logical.return=TRUE )) {
install.packages(c('devtools'), repos='https://ftp.acc.umu.se/mirror/CRAN/')
library(devtools)
}
source("https://bioconductor.org/biocLite.R")
biocLite()
install()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.