Adding installation script for windows

This commit is contained in:
hollorol 2018-11-19 20:29:52 +01:00
parent 4e338ac75b
commit 2de9c649c1
2 changed files with 5 additions and 0 deletions

Binary file not shown.

5
installWin.R Executable file
View File

@ -0,0 +1,5 @@
basePackages <- c("dplyr","digest","ggplot2","shiny","latex2expr",
"magrittr","tibble","tidyr","installr")
install.packages(basePackages)
install.packages("https://github.com/hollorol/RBBGCMuso/raw/master/RBBGCMuso_0.5.0.0-0.zip", repos = NULL, type = "win.binary")