Browse code

Updated NEWS file.

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/GSVA@128362 bc3139a8-67e5-0310-9ffc-ced21a209358

Robert Castelo authored on 08/04/2017 00:35:20
Showing 2 changed files

  • DESCRIPTION index 5ade38e..be5df4b 100644
  • NEWS index b386aab..1e1de97 100644
... ...
@@ -1,5 +1,5 @@
1 1
 Package: GSVA
2
-Version: 1.23.4
2
+Version: 1.23.5
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"))
... ...
@@ -1,3 +1,10 @@
1
+CHANGES IN VERSION 1.24
2
+-----------------------
3
+
4
+BUG FIXES
5
+
6
+    o Bugfixes on the parallel execution of gsva() with bootstrap calculations.
7
+
1 8
 CHANGES IN VERSION 1.14
2 9
 -----------------------
3 10