-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwin_setup.bat
19 lines (17 loc) · 1.01 KB
/
win_setup.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Rscript -e "install.packages('doRNG', repos='http://cran.rstudio.com/')"
Rscript -e "install.packages('servr', repos='http://cran.rstudio.com/')"
Rscript -e "install.packages('patchwork', repos='http://cran.rstudio.com/')"
Rscript -e "install.packages('argparser', repos='http://cran.rstudio.com/')"
Rscript -e "install.packages('sf', repos='http://cran.rstudio.com/')"
Rscript -e "install.packages('dplyr', repos='http://cran.rstudio.com/')"
Rscript -e "install.packages('ggplot2', repos='http://cran.rstudio.com/')"
Rscript -e "install.packages('devtools', repos='http://cran.rstudio.com/')"
Rscript -e "install.packages('jsonlite', repos='http://cran.rstudio.com/')"
Rscript -e "install.packages('redistmetrics', repos='http://cran.rstudio.com/')"
Rscript -e "install.packages('RcppArmadillo', repos='http://cran.rstudio.com/')"
Rscript -e "install.packages('RcppThread', repos='http://cran.rstudio.com/')"
git clone https://github.com/mggg/redist-fork.git
cd redist/
git checkout tags/probs_and_generations_v1
R CMD INSTALL .
cd ..