From 53c62ee956b0c9df002ef204c2a26024aaaae42c Mon Sep 17 00:00:00 2001 From: Jan Stanstrup Date: Fri, 18 Mar 2016 10:33:55 +0100 Subject: [PATCH] Updated install instructions to include all the dependencies --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bcf75aa..0d84ddd 100644 --- a/README.md +++ b/README.md @@ -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") ```