Skip to content

Commit

Permalink
Create setup_noconda.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkadiy-Garber authored Mar 25, 2021
1 parent 40f8d89 commit cb338b2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions setup_noconda.sh
Original file line number Diff line number Diff line change
@@ -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")'

0 comments on commit cb338b2

Please sign in to comment.