forked from sipbs-compbiol/BM432
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.R
13 lines (13 loc) · 899 Bytes
/
install.R
1
2
3
4
5
6
7
8
9
10
11
12
13
install.packages("bookdown") # for preparation of the HTML
install.packages("DT") # for interactive data tables in standalone HTML
install.packages("GGally") # for graphical representations that ggplot doesn't do
install.packages("ggfortify") # for more things ggplto won't do
install.packages("ggplot2") # for pretty data visualisation, and example datasets
install.packages("ggpubr") # for ggplot2 multigraph layouts
install.packages("ggridges") # for ggplot2 joyplot/ridgeplot/stacked density plots
install.packages("kableExtra") # for table styling
install.packages("latex2exp") # for expressing LaTeX in ggplot
install.packages("plotly") # for interactive graphs in standalone HTML
install.packages("scales") # for Kaplan-Meier analysis
install.packages("survival") # for Kaplan-Meier analysis
install.packages("tidyverse") # for convenient data processing