Browse code

clean up the use of BiocInstaller

Qian Liu authored on 06/09/2018 21:15:16
Showing 2 changed files

... ...
@@ -1,5 +1,5 @@
1 1
 Package: GSVA
2
-Version: 1.29.2
2
+Version: 1.29.3
3 3
 Title: Gene Set Variation Analysis for microarray and RNA-seq data
4 4
 Authors@R: c(person("Justin", "Guinney", role=c("aut", "cre"), email="justin.guinney@sagebase.org"),
5 5
              person("Robert", "Castelo", role="aut", email="robert.castelo@upf.edu"),
... ...
@@ -25,9 +25,7 @@ need first to install the development version of R that you can find at [http://
25 25
 
26 26
 ```r
27 27
 install.packages("BiocManager")
28
-BiocManager::install("BiocInstaller", version="devel")
29
-BiocInstaller::useDevel()
30
-BiocManager::install("GSVA")
28
+BiocManager::install("GSVA", version = "devel")
31 29
 ```
32 30
 
33 31
 Alternatively, you can install it from GitHub using the [devtools](https://github.com/hadley/devtools "devtools") package.