... | ... |
@@ -4,8 +4,9 @@ Conserved Noncoding Elements (CNEs) Identification and Visualisation |
4 | 4 |
## Installation of the stable version of `CNEr` from Bioconductor |
5 | 5 |
|
6 | 6 |
```R |
7 |
-source("https://bioconductor.org/biocLite.R") |
|
8 |
-biocLite("CNEr") |
|
7 |
+if (!requireNamespace("BiocManager", quietly=TRUE)) |
|
8 |
+ install.packages("BiocManager") |
|
9 |
+BiocManager::install("CNEr") |
|
9 | 10 |
``` |
10 | 11 |
|
11 | 12 |
## Installation of the development version of `CNEr` from github |