Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added dependency
  • Loading branch information
afust authored Sep 5, 2017
1 parent 3380739 commit c77a8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Make sure all prerequisites are met:
- [R/Rscript](http://www.r-project.org/) (v3.3.0 or higher; follow instructions on url)
- install required packages step by step:
```bash
install.packages(c("ggplot2", "devtools", "gplots", "gridExtra", "jsonlite", "VennDiagram"))
install.packages(c("ggplot2", "devtools", "gplots", "gridExtra", "jsonlite", "VennDiagram", "getopt"))
source("https://bioconductor.org/biocLite.R")
biocLite(c("RBGL","graph"))
# to install the last required package, devtools has to be loaded to use the install from github function
Expand Down

0 comments on commit c77a8d9

Please sign in to comment.