... | ... |
@@ -2,7 +2,7 @@ Package: edge |
2 | 2 |
Type: Package |
3 | 3 |
Title: Extraction of Differential Gene Expression |
4 | 4 |
Date: 2015-04-15 |
5 |
-Version: 2.13.1 |
|
5 |
+Version: 2.13.2 |
|
6 | 6 |
Author: John D. Storey, Jeffrey T. Leek and Andrew J. Bass |
7 | 7 |
Maintainer: John D. Storey <jstorey@princeton.edu>, Andrew J. Bass |
8 | 8 |
<ajbass@princeton.edu> |
... | ... |
@@ -18,8 +18,9 @@ of tools for gene expression analysis. |
18 | 18 |
|
19 | 19 |
To install the Bioconductor release version, open R and type: |
20 | 20 |
```R |
21 |
-source("http://bioconductor.org/biocLite.R") |
|
22 |
-biocLite("edge") |
|
21 |
+if (!requireNamespace("BiocManager", quietly=TRUE)) |
|
22 |
+ install.packages("BiocManager") |
|
23 |
+BiocManager::install("edge") |
|
23 | 24 |
``` |
24 | 25 |
|
25 | 26 |
To install the development version, open R and type: |