From e4c0423d42545394572c7e98535bf48ff11dba2e Mon Sep 17 00:00:00 2001 From: Annika Fust Date: Wed, 13 Sep 2017 11:42:09 +0200 Subject: [PATCH] updated installation options --- docs_rst/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_rst/install.rst b/docs_rst/install.rst index 7adb193..df5c455 100644 --- a/docs_rst/install.rst +++ b/docs_rst/install.rst @@ -33,8 +33,8 @@ You can also install UROPA from the source PyPI package. Note that this comes wi To fulfill all other dependencies, `R/Rscript`_, v3.3.0 or higher (follow the instructions on url) is needed. Futhermore, follow the subsequent instructions within R environment to install mandatory packages: - - ``install.packages(c("ggplot2", "devtools", "gplots", "gridExtra", "jsonlite", - "VennDiagram", "snow", "getopt", "tidyr", UpSetR"))`` + - ``install.packages(c("ggplot2", "devtools", "gplots", "gridExtra", "jsonlite", `` + ``"VennDiagram", "snow", "getopt", "tidyr", UpSetR"))`` - ``source("https://bioconductor.org/biocLite.R")`` - ``biocLite(c("RBGL","graph"))`` - further package infos can be found at `CRAN`_ and `Bioconductor`_