From fadb59b622f5e47e45b2b8b28e38970928bebdc1 Mon Sep 17 00:00:00 2001 From: hollorol Date: Tue, 15 Jan 2019 21:12:23 +0100 Subject: [PATCH] adding dimSolve to dependences --- installWin.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installWin.R b/installWin.R index f5950db..99d91f0 100644 --- a/installWin.R +++ b/installWin.R @@ -1,4 +1,4 @@ basePackages <- c("dplyr","digest","ggplot2","shiny","latex2expr", - "magrittr","tibble","tidyr") + "magrittr","tibble","tidyr","limSolve") install.packages(basePackages) install.packages("https://github.com/hollorol/RBBGCMuso/raw/master/RBBGCMuso_0.6.0.1-0.zip", repos = NULL, type = "win.binary")