Skip to content

Commit

Permalink
added R packages to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
egaffo committed Mar 19, 2019
1 parent 795ec80 commit 012f6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install_R_libs.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packs <- c("BH", "svglite", "optparse", "plyr",
"scales", "reshape2", "DT",
"ggplot2", "ggthemes", "viridis",
"RSvgDevice", "rmarkdown", "knitr", "VennDiagram",
"tidyr", "bedr")
"tidyr", "bedr", "stringi", "pheatmap")

install.packages(packs, repos="http://cran.r-project.org", dependencies = T)

Expand Down

0 comments on commit 012f6d7

Please sign in to comment.