From 651b19c9ac0df8ec77f9231670057a27ed05a3ba Mon Sep 17 00:00:00 2001 From: Annika Fust Date: Wed, 13 Sep 2017 11:47:43 +0200 Subject: [PATCH] updated usage --- docs_rst/install.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs_rst/install.rst b/docs_rst/install.rst index 4fc2cc0..ff7ce61 100644 --- a/docs_rst/install.rst +++ b/docs_rst/install.rst @@ -33,8 +33,7 @@ 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`_