List <- c('dplyr', 'ellipse', 'fastcluster', "reshape2", "htmlwidgets", "gapminder", "httr", "igraph", "jiebaR", "jpeg", "htmlwidgets", "jsonlite", "magick", "modelr", "pacman", "psych", "randomForest", "rayrender", "readxl", "rpart", "Rwordseg", "SnowballC", "remotes", "sf", "swirl", "tidyr", "tidyverse", "tm", "WGCNA", "xgboost", "fmsb", "venneuler", 'rcmdcheck', 'devtools', "rgl", "forecast", "patchwork" ,"networkD3" ,"ggplot2" ,"maps" ,"ggalluvial", 'circlize' ,'cowplot' ,"pheatmap" ,"GGally" ,'ggplotify', "ggthemes" ,"ggdendro" ,"ggrepel", "ggnewscale", "ggridges", "ggvenn", "svglite", "showtext", "remotes", "wordcloud2" ,"ggupset" ,"plotly" ,"plotrix" ,'ggalt', "BiocManager", "deSolve", "SciViews", "overlap")
for(LIB in List){ if (!requireNamespace(LIB, quietly = TRUE)) install.packages(LIB) }
|