-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathsetup.sh
executable file
·16 lines (14 loc) · 1014 Bytes
/
setup.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
tar -xvf test_dataset.tar.gz
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")'