Skip to content

Commit

Permalink
DOC: devtools automagically searches Bioconductor repos
Browse files Browse the repository at this point in the history
  • Loading branch information
omsai committed Apr 8, 2018
1 parent 70c95aa commit ae7968b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae7968b

Please sign in to comment.