Browse code

Update installation instructions in README

Peter Hickey authored on 18/07/2018 00:35:25 • GitHub committed on 18/07/2018 00:35:25
Showing 1 changed files

... ...
@@ -2,9 +2,8 @@
2 2
 This is the developer version of Bioconductor package [bsseq](http://bioconductor.org/packages/devel/bioc/html/bsseq.html).  Install in R as:
3 3
 
4 4
 ```r
5
-source('http://bioconductor.org/biocLite.R')
6
-useDevel(TRUE)
7
-biocLite('bsseq')
5
+install.packages("BiocManager")
6
+BiocManager::install("bsseq", version = "devel")
8 7
 ```
9 8
 
10 9
 ## Software status