Browse code

replace BiocInstaller biocLite mentions with BiocManager

LiNk-NY authored on 30/08/2018 17:51:56
Showing 2 changed files

... ...
@@ -1,6 +1,6 @@
1 1
 Package: metagenomeSeq
2 2
 Title: Statistical analysis for sparse high-throughput sequencing
3
-Version: 1.23.0
3
+Version: 1.23.1
4 4
 Date: 2016-07-21
5 5
 Author: Joseph Nathaniel Paulson, Nathan D. Olson, Justin Wagner, Hisham Talukder, Mihai Pop, Hector Corrada
6 6
     Bravo
... ...
@@ -14,8 +14,9 @@ association detection and the testing of feature correlations.
14 14
 
15 15
 To install the latest release version of metagenomeSeq:
16 16
 ```S
17
-source("http://bioconductor.org/biocLite.R")
18
-biocLite("metagenomeSeq")
17
+if (!requireNamespace("BiocManager", quietly=TRUE))
18
+    install.packages("BiocManager")
19
+BiocManager::install("metagenomeSeq")
19 20
 ```
20 21
 
21 22
 To install the latest development version of metagenomeSeq: