diff --git a/setup_noconda.sh b/setup_noconda.sh new file mode 100644 index 0000000..dced24a --- /dev/null +++ b/setup_noconda.sh @@ -0,0 +1,15 @@ + +#!/bin/bash + +Rscript -e 'install.packages("grid", repos = "http://cran.us.r-project.org")' +Rscript -e 'install.packages("broom", repos = "http://cran.us.r-project.org”)' +Rscript -e 'install.packages("ggpubr", repos = "http://cran.us.r-project.org”)' +Rscript -e 'install.packages("ggplot2", repos = "http://cran.us.r-project.org")' +Rscript -e 'install.packages("reshape", repos = "http://cran.us.r-project.org")' +Rscript -e 'install.packages("reshape2", repos = "http://cran.us.r-project.org")' +Rscript -e 'install.packages("tidyverse", repos = "http://cran.us.r-project.org")' +Rscript -e 'install.packages("argparse", repos = "http://cran.us.r-project.org")' +Rscript -e 'install.packages("ggdendro", repos = "http://cran.us.r-project.org")' +Rscript -e 'install.packages("ggpubr", repos = "http://cran.us.r-project.org")' +Rscript -e 'install.packages("grid", repos = "http://cran.us.r-project.org")' +Rscript -e 'install.packages("pvclust", repos = "http://cran.us.r-project.org")'