From 95fa2229b10a10acb94e035435484b397e9f2e31 Mon Sep 17 00:00:00 2001 From: Jean-Karim Heriche Date: Tue, 26 Mar 2019 08:50:39 +0100 Subject: [PATCH] Fixed RBioFormats installation instruction (issue #11) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 782b5d8..8affb5e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ and from Bioconductor: RBioFormats From within an R console, install with: ``` > install.packages("BiocManager") -> BiocManager::install("RBioFormats") +> BiocManager::install("aoles/RBioFormats") ``` The IDE also needs a patched version of EBImage. From within R, install with: ``` -- GitLab