install.packages(c("devtools", "testthat", "roxygen2", "knitr", "rmarkdown", "covr"))
install.packages(c('xml2', 'rvest', 'tm', 'wordcloud', 'urltools', 'dplyr',
'ggplot2', 'RWeka', 'RColorBrewer', 'data.table', 'mockery'),
type = 'source')
source("https://bioconductor.org/biocLite.R")
biocLite()
biocLite(c('graph', 'Rgraphviz'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.