... | ... |
@@ -1,5 +1,5 @@ |
1 | 1 |
Package: GSVA |
2 |
-Version: 1.39.18 |
|
2 |
+Version: 1.39.19 |
|
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"), |
... | ... |
@@ -31,11 +31,11 @@ install.packages("BiocManager") |
31 | 31 |
BiocManager::install("GSVA", version = "devel") |
32 | 32 |
``` |
33 | 33 |
|
34 |
-Alternatively, you can install it from GitHub using the [devtools](https://github.com/hadley/devtools "devtools") package. |
|
34 |
+Alternatively, you can install it from GitHub using the [remotes](https://github.com/r-lib/remotes "remotes") package. |
|
35 | 35 |
|
36 | 36 |
```r |
37 |
-install.packages("devtools") |
|
38 |
-library(devtools) |
|
37 |
+install.packages("remotes") |
|
38 |
+library(remotes) |
|
39 | 39 |
install_github("rcastelo/GSVA") |
40 | 40 |
``` |
41 | 41 |
|
... | ... |
@@ -46,3 +46,12 @@ please use the [Bioconductor support site](https://support.bioconductor.org "Bio |
46 | 46 |
For feature requests or bug reports and issues regarding this __development__ version of **GSVA** |
47 | 47 |
please use the GitHub issues link at the top-right of this page |
48 | 48 |
([https://github.com/rcastelo/GSVA/issues](https://github.com/rcastelo/GSVA/issues)). |
49 |
+ |
|
50 |
+## Contributing |
|
51 |
+ |
|
52 |
+Contributions to the software codebase of GSVA are welcome as long as contributors abide to the |
|
53 |
+terms of the [Bioconductor Contributor Code of Conduct](https://bioconductor.org/about/code-of-conduct). |
|
54 |
+If you want to contribute to the development of GSVA please open an |
|
55 |
+[issue](https://github.com/rcastelo/GSVA/issues) to start discussing your suggestion or, in case of a |
|
56 |
+bugfix or a straightforward feature, directly a |
|
57 |
+[pull request](https://github.com/rcastelo/GSVA/pulls). |