From ca0c78f9a47f0b71844f3397d360a98827a25322 Mon Sep 17 00:00:00 2001 From: HendrikSchultheis Date: Mon, 26 Nov 2018 15:10:03 +0100 Subject: [PATCH] Update README.md rtools setup image --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28ee150..4ad2ca9 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,10 @@ sudo systemctl start shiny-server ## Run app in RStudio To run this app in your local RStudio you have to install the **WIlsON R package** and it's dependencies. -(NOTE: in case you use MS based OS, [Rtools](https://cran.r-project.org/bin/windows/Rtools/) is needed for downloading plots) +(NOTE: in case you use MS based OS, [Rtools](https://cran.r-project.org/bin/windows/Rtools/) is needed for downloading plots. Make sure to add Rtools to Systempath during installation.) + +![rtools install](images/rtools_install.png) + ``` install.packages("devtools") devtools::install_github(repo = "loosolab/wilson", host="github.molgen.mpg.de/api/v3", auth_token = "")