Browse code

replace BiocInstaller biocLite mentions with BiocManager

LiNk-NY authored on 30/08/2018 17:45:52
Showing 2 changed files

... ...
@@ -1,5 +1,5 @@
1 1
 Package: bsseq
2
-Version: 1.17.0
2
+Version: 1.17.1
3 3
 Encoding: UTF-8
4 4
 Title: Analyze, manage and store bisulfite sequencing data
5 5
 Description: A collection of tools for analyzing and visualizing bisulfite
... ...
@@ -2,9 +2,10 @@
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')
5
+if (!requireNamespace("BiocManager", quietly=TRUE))
6
+    install.packages("BiocManager")
6 7
 useDevel(TRUE)
7
-biocLite('bsseq')
8
+BiocManager::install('bsseq')
8 9
 ```
9 10
 
10 11
 ## Software status