Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
rtools setup image
  • Loading branch information
HendrikSchultheis committed Nov 26, 2018
1 parent dec2650 commit ca0c78f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -83,7 +83,10 @@ sudo systemctl start shiny-server
<a name="studio"/></a>
## 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 = "")
Expand Down

0 comments on commit ca0c78f

Please sign in to comment.