Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkuipers1402 authored Feb 21, 2020
1 parent 3d584ba commit 3c938e0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,26 @@ dgeAnalysis::startApp()
6. View the results

Note: In the folder "exampleData" there is a .zip file, containing three data files. These example files can be used to e.g. check if the application is working and/or your data has the correct format.

## Requirements
R version: 3.6+

Linux libraries:
````
sudo apt-get update && apt-get install \
build-essential \
gdebi-core \
pandoc \
pandoc-citeproc \
libcairo2-dev \
libjpeg-dev \
libxt-dev \
libssl-dev \
libcurl4-gnutls-dev \
libxml2-dev \
libcurl4-openssl-dev \
-y
````

Windows RTools:\
https://cran.r-project.org/bin/windows/Rtools/Rtools35.exe

0 comments on commit 3c938e0

Please sign in to comment.