From c77a8d9c185963a3bf13cd7dd9c2357c284ddf90 Mon Sep 17 00:00:00 2001 From: afust Date: Tue, 5 Sep 2017 09:12:45 +0200 Subject: [PATCH] Update README.md added dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 517aad7..c421a29 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Make sure all prerequisites are met: - [R/Rscript](http://www.r-project.org/) (v3.3.0 or higher; follow instructions on url) - install required packages step by step: ```bash - install.packages(c("ggplot2", "devtools", "gplots", "gridExtra", "jsonlite", "VennDiagram")) + install.packages(c("ggplot2", "devtools", "gplots", "gridExtra", "jsonlite", "VennDiagram", "getopt")) source("https://bioconductor.org/biocLite.R") biocLite(c("RBGL","graph")) # to install the last required package, devtools has to be loaded to use the install from github function