[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/15: gnu: r-topgo: Update to 2.24.0.
From: |
Ricardo Wurmus |
Subject: |
08/15: gnu: r-topgo: Update to 2.24.0. |
Date: |
Mon, 16 May 2016 19:00:20 +0000 (UTC) |
rekado pushed a commit to branch master
in repository guix.
commit e48e88c2174389cf4f1d39c119fb817addd131d4
Author: Ricardo Wurmus <address@hidden>
Date: Tue May 10 12:01:42 2016 +0200
gnu: r-topgo: Update to 2.24.0.
* gnu/packages/bioinformatics.scm (r-topgo): Update to 2.24.0.
[propagated-inputs]: Add r-matrixstats.
---
gnu/packages/bioinformatics.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 080787a..8958487 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4601,13 +4601,13 @@ information about the latest version of the Gene
Ontologies.")
(define-public r-topgo
(package
(name "r-topgo")
- (version "2.22.0")
+ (version "2.24.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "topGO" version))
(sha256
(base32
- "029j9nb39b8l9xlzsp83pmjr8ap247aia387yzaa1yyw8klapdaf"))))
+ "1p4vsl32qhjw15yv9ym01ni63gjg73jaghlf17wc4zfn3iaz2zar"))))
(properties
`((upstream-name . "topGO")))
(build-system r-build-system)
@@ -4616,6 +4616,7 @@ information about the latest version of the Gene
Ontologies.")
("r-biobase" ,r-biobase)
("r-biocgenerics" ,r-biocgenerics)
("r-go-db" ,r-go-db)
+ ("r-matrixstats" ,r-matrixstats)
("r-graph" ,r-graph)
("r-sparsem" ,r-sparsem)))
(home-page "http://bioconductor.org/packages/topGO")
- branch master updated (6a2a0de -> 96101b6), Ricardo Wurmus, 2016/05/16
- 01/15: gnu: r-biostrings: Update to 2.40.0., Ricardo Wurmus, 2016/05/16
- 05/15: gnu: r-rtracklayer: Update to 1.32.0., Ricardo Wurmus, 2016/05/16
- 07/15: gnu: r-graph: Update to 1.50.0., Ricardo Wurmus, 2016/05/16
- 06/15: gnu: r-genomicfeatures: Update to 1.24.0., Ricardo Wurmus, 2016/05/16
- 09/15: gnu: r-bsgenome: Update to 1.40.0., Ricardo Wurmus, 2016/05/16
- 15/15: gnu: r-zlibbioc: Update to 1.18.0., Ricardo Wurmus, 2016/05/16
- 08/15: gnu: r-topgo: Update to 2.24.0.,
Ricardo Wurmus <=
- 14/15: gnu: r-motifrg: Update to 1.16.0., Ricardo Wurmus, 2016/05/16
- 11/15: gnu: r-seqpattern: Update to 1.4.0., Ricardo Wurmus, 2016/05/16
- 13/15: gnu: r-seqlogo: Update to 1.38.0., Ricardo Wurmus, 2016/05/16
- 04/15: gnu: r-genomicalignments: Update to 1.8.0., Ricardo Wurmus, 2016/05/16
- 12/15: gnu: r-genomation: Update to 1.4.0., Ricardo Wurmus, 2016/05/16
- 10/15: gnu: r-impute: Update to 1.46.0., Ricardo Wurmus, 2016/05/16
- 02/15: gnu: r-rsamtools: Update to 1.24.0., Ricardo Wurmus, 2016/05/16
- 03/15: gnu: r-summarizedexperiment: Update to 1.2.0., Ricardo Wurmus, 2016/05/16