From ae7968b5f47c598458d2549dd9a8f5d28c23ae54 Mon Sep 17 00:00:00 2001 From: Pariksheet Nanda Date: Sun, 8 Apr 2018 11:23:57 -0400 Subject: [PATCH] DOC: devtools automagically searches Bioconductor repos --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index da89571..e606b10 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,7 @@ then install the dependencies: ``` R source("https://bioconductor.org/biocLite.R") install.packages("devtools") -devtools::install(repos = BiocInstaller::biocinstallRepos(), - dependencies = TRUE) +devtools::install(dependencies = TRUE) ``` ### Unit tests and coverage