notebooks/install_packages.R

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'))
f0nzie/petro.One documentation built on May 29, 2019, 12:05 a.m.