Adding installation script for windows
This commit is contained in:
parent
4e338ac75b
commit
2de9c649c1
Binary file not shown.
5
installWin.R
Executable file
5
installWin.R
Executable 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")
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user