From aaf8828c9a96672f80d0e4e43e084b90176e5419 Mon Sep 17 00:00:00 2001 From: hollorol Date: Wed, 16 Jan 2019 01:42:58 +0100 Subject: [PATCH] Adding rmarkdown to the installation process --- installWin.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installWin.R b/installWin.R index a4b7a50..3628eb2 100644 --- a/installWin.R +++ b/installWin.R @@ -1,4 +1,4 @@ install.packages(c("dplyr","digest","ggplot2","shiny","latex2expr", - "magrittr","tibble","tidyr","limSolve")) + "magrittr","tibble","tidyr","limSolve","rmarkdown")) .RBBGCMusoVersion <- gsub("Version\\:\\s","",grep("Version",readLines("https://github.com/hollorol/RBBGCMuso/raw/master/RBBGCMuso/DESCRIPTION"),value=TRUE)) install.packages(paste0("https://github.com/hollorol/RBBGCMuso/raw/master/RBBGCMuso_",.RBBGCMusoVersion,".zip"), repos = NULL, type = "win.binary")