Mercurial > repos > mingchen0919 > rmarkdown_fastqc_site
diff fastqc_site_render.R @ 15:a6f8382f852c draft default tip
remove unnecessary dependencies
author | mingchen0919 |
---|---|
date | Thu, 09 Nov 2017 09:49:39 -0500 |
parents | 507eec497730 |
children |
line wrap: on
line diff
--- a/fastqc_site_render.R Thu Nov 09 09:32:42 2017 -0500 +++ b/fastqc_site_render.R Thu Nov 09 09:49:39 2017 -0500 @@ -4,11 +4,9 @@ library(plyr) library(dplyr) library(stringr) -library(highcharter) library(DT) library(reshape2) library(plotly) -library(formattable) options(stringsAsFactors=FALSE, useFancyQuotes=FALSE) ##============ Sink warnings and errors to a file ==============