Browse code

Updated README.

Robert Castelo authored on 30/03/2021 13:08:27
Showing 1 changed files

... ...
@@ -24,10 +24,9 @@ The `GSVA` package allows one to perform a change in coordinate systems of molec
24 24
 This is the __development__ version of the R/Bioconductor package GSVA. This version is unstable and should be used only to test new features. If you are looking for the __release__ version of this package please go to its package release landing page at [https://bioconductor.org/packages/GSVA](https://bioconductor.org/packages/GSVA) and follow the instructions there to install it.
25 25
 
26 26
 If you were really looking for this development version, then to install it you
27
-need first to install the development version of R that you can find at [https://cran.r-project.org](https://cran.r-project.org) and then type the following instructions from the R shell:
27
+need first to install the development version of Bioconductor following the instructions at [http://bioconductor.org/developers/how-to/useDevel](http://bioconductor.org/developers/how-to/useDevel) and then type the following line from the R shell:
28 28
 
29 29
 ```r
30
-install.packages("BiocManager")
31 30
 BiocManager::install("GSVA", version = "devel")
32 31
 ```
33 32