[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
238/323: gnu: r-summarizedexperiment: Update to 1.20.0.
From: |
guix-commits |
Subject: |
238/323: gnu: r-summarizedexperiment: Update to 1.20.0. |
Date: |
Mon, 7 Dec 2020 15:14:00 -0500 (EST) |
rekado pushed a commit to branch wip-r
in repository guix.
commit 755ab71027bb8c54446d3ba6be3e04e4eca20124
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:59:06 2020 +0100
gnu: r-summarizedexperiment: Update to 1.20.0.
* gnu/packages/bioinformatics.scm (r-summarizedexperiment): Update to
1.20.0.
[propagated-inputs]: Add r-matrixgenerics.
---
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 c1eb2fe..0440e07 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8317,13 +8317,13 @@ array-like objects like @code{DataFrame} objects
(typically with Rle columns),
(define-public r-summarizedexperiment
(package
(name "r-summarizedexperiment")
- (version "1.18.2")
+ (version "1.20.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "SummarizedExperiment" version))
(sha256
(base32
- "1raw5ycigr6gjgzn3kx3jls5hzww10fhnwd8c17c20hmhirf13rw"))))
+ "04x6d4mcsnvz6glkmf6k2cv3fs8zk03i9rvv0ahpl793n8l411ps"))))
(properties
`((upstream-name . "SummarizedExperiment")))
(build-system r-build-system)
@@ -8335,6 +8335,7 @@ array-like objects like @code{DataFrame} objects
(typically with Rle columns),
("r-genomicranges" ,r-genomicranges)
("r-iranges" ,r-iranges)
("r-matrix" ,r-matrix)
+ ("r-matrixgenerics" ,r-matrixgenerics)
("r-s4vectors" ,r-s4vectors)))
(native-inputs
`(("r-knitr" ,r-knitr)))
- 269/323: gnu: Add r-msmstests., (continued)
- 269/323: gnu: Add r-msmstests., guix-commits, 2020/12/07
- 251/323: gnu: r-bamsignals: Update to 1.22.0., guix-commits, 2020/12/07
- 253/323: gnu: r-mutationalpatterns: Update to 3.0.1., guix-commits, 2020/12/07
- 261/323: gnu: r-mzr: Update to 2.24.1., guix-commits, 2020/12/07
- 278/323: gnu: r-genomicfiles: Update to 1.26.0., guix-commits, 2020/12/07
- 282/323: gnu: r-organismdbi: Update to 1.32.0., guix-commits, 2020/12/07
- 277/323: gnu: r-gage: Update to 2.40.0., guix-commits, 2020/12/07
- 130/323: gnu: r-annotatr: Update to 1.16.0., guix-commits, 2020/12/07
- 233/323: gnu: r-annotationdbi: Update to 1.52.0., guix-commits, 2020/12/07
- 235/323: gnu: r-biocparallel: Update to 1.24.1., guix-commits, 2020/12/07
- 238/323: gnu: r-summarizedexperiment: Update to 1.20.0.,
guix-commits <=
- 241/323: gnu: r-rtracklayer: Update to 1.50.0., guix-commits, 2020/12/07
- 242/323: gnu: r-genomicfeatures: Update to 1.42.1., guix-commits, 2020/12/07
- 255/323: gnu: r-annotationfilter: Update to 1.14.0., guix-commits, 2020/12/07
- 276/323: gnu: r-keggrest: Update to 1.30.0., guix-commits, 2020/12/07
- 279/323: gnu: r-complexheatmap: Update to 2.6.2., guix-commits, 2020/12/07
- 293/323: gnu: Add r-sparsematrixstats., guix-commits, 2020/12/07
- 294/323: gnu: r-genomationdata: Update to 1.22.0., guix-commits, 2020/12/07
- 296/323: gnu: r-genomicinteractions: Update to 1.24.0., guix-commits, 2020/12/07
- 299/323: gnu: r-singlecellexperiment: Update to 1.12.0., guix-commits, 2020/12/07
- 301/323: gnu: r-rhdf5: Update to 2.34.0., guix-commits, 2020/12/07