[daa031]: / load_requred_package.R

Download this file

8 lines (4 with data), 357 Bytes

1
2
3
4
5
6
list.of.packages <- c("ggplot2", "ggpubr",'reshape2','rstatix','parallel','survival','survminer',
'caret','R.utils','dplyr','JMbayes','splines','nlme','xtable','lattice','pec')
new.packages <- list.of.packages[!(list.of.packages %in% installed.packages()[,"Package"])]
if(length(new.packages)) install.packages(new.packages)