Browse code

replace BiocInstaller biocLite mentions with BiocManager

LiNk-NY authored on 30/08/2018 17:46:19
Showing 2 changed files

... ...
@@ -1,5 +1,5 @@
1 1
 Package: CNEr 
2
-Version: 1.17.3
2
+Version: 1.17.4
3 3
 Date: 2018-06-29
4 4
 Title: CNE Detection and Visualization
5 5
 Description: Large-scale identification and advanced visualization 
... ...
@@ -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