comparison 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
comparison
equal deleted inserted replaced
14:a6bf4dfca096 15:a6f8382f852c
2 library(rmarkdown) 2 library(rmarkdown)
3 library(htmltools) 3 library(htmltools)
4 library(plyr) 4 library(plyr)
5 library(dplyr) 5 library(dplyr)
6 library(stringr) 6 library(stringr)
7 library(highcharter)
8 library(DT) 7 library(DT)
9 library(reshape2) 8 library(reshape2)
10 library(plotly) 9 library(plotly)
11 library(formattable)
12 options(stringsAsFactors=FALSE, useFancyQuotes=FALSE) 10 options(stringsAsFactors=FALSE, useFancyQuotes=FALSE)
13 11
14 ##============ Sink warnings and errors to a file ============== 12 ##============ Sink warnings and errors to a file ==============
15 ## use the sink() function to wrap all code within it. 13 ## use the sink() function to wrap all code within it.
16 ##============================================================== 14 ##==============================================================