Skip to content

Commit

Permalink
Updated install instructions to include all the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stanstrup committed Mar 18, 2016
1 parent 4762f97 commit 53c62ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ The R package to retrieve data from the database directly from R can be installe
install.packages("devtools")
library(devtools)

source("https://bioconductor.org/biocLite.R")
biocLite("pcaMethods")

install_github("mongosoup/rmongodb")
install_github("stanstrup/Rplot.extra")
install_github("stanstrup/massageR")

install_github("stanstrup/PredRet",subdir = "PredRetR")
```

Expand Down

0 comments on commit 53c62ee

Please sign in to comment.