[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/296: gnu: r-edaseq: Update to 2.22.0.
From: |
guix-commits |
Subject: |
72/296: gnu: r-edaseq: Update to 2.22.0. |
Date: |
Fri, 12 Jun 2020 19:29:44 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 15990617eb5d4782f5702b9422108e450cc28ef7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 12 16:26:51 2020 +0200
gnu: r-edaseq: Update to 2.22.0.
* gnu/packages/bioinformatics.scm (r-edaseq): Update to 2.22.0.
[native-inputs]: Add r-knitr.
---
gnu/packages/bioinformatics.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 60901b2..a110733 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9978,14 +9978,14 @@ distribution.")
(define-public r-edaseq
(package
(name "r-edaseq")
- (version "2.20.0")
+ (version "2.22.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "EDASeq" version))
(sha256
(base32
- "19mgzbv8yxgvw86wpq401l27q55ygawlngl775yavwccz1zbhjnj"))))
+ "12gzxjh73qshlwvsf92lbrf4bi199kxg2snrkprh1z4yqf7bjfm4"))))
(properties `((upstream-name . "EDASeq")))
(build-system r-build-system)
(propagated-inputs
@@ -10002,6 +10002,8 @@ distribution.")
("r-iranges" ,r-iranges)
("r-rsamtools" ,r-rsamtools)
("r-shortread" ,r-shortread)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/drisso/EDASeq")
(synopsis "Exploratory data analysis and normalization for RNA-Seq")
(description
- 64/296: gnu: r-affy: Update to 1.66.0., (continued)
- 64/296: gnu: r-affy: Update to 1.66.0., guix-commits, 2020/06/12
- 69/296: gnu: r-msnid: Update to 1.22.0., guix-commits, 2020/06/12
- 70/296: gnu: r-aroma-light: Update to 3.18.0., guix-commits, 2020/06/12
- 75/296: gnu: r-fastseg: Update to 1.34.0., guix-commits, 2020/06/12
- 79/296: gnu: r-complexheatmap: Update to 2.4.2., guix-commits, 2020/06/12
- 80/296: gnu: r-dirichletmultinomial: Update to 1.30.0., guix-commits, 2020/06/12
- 84/296: gnu: r-ggbio: Update to 1.36.0., guix-commits, 2020/06/12
- 62/296: gnu: r-protgenerics: Update to 1.20.0., guix-commits, 2020/06/12
- 71/296: gnu: r-deseq: Update to 1.39.0., guix-commits, 2020/06/12
- 67/296: gnu: r-pcamethods: Update to 1.80.0., guix-commits, 2020/06/12
- 72/296: gnu: r-edaseq: Update to 2.22.0.,
guix-commits <=
- 73/296: gnu: r-interactivedisplaybase: Update to 1.26.3., guix-commits, 2020/06/12
- 76/296: gnu: r-keggrest: Update to 1.28.0., guix-commits, 2020/06/12
- 77/296: gnu: r-gage: Update to 2.37.0., guix-commits, 2020/06/12
- 78/296: gnu: r-genomicfiles: Update to 1.24.0., guix-commits, 2020/06/12
- 81/296: gnu: r-ensembldb: Update to 2.12.1., guix-commits, 2020/06/12
- 83/296: gnu: r-biovizbase: Update to 1.36.0., guix-commits, 2020/06/12
- 85/296: gnu: r-gqtlbase: Update to 1.20.0., guix-commits, 2020/06/12
- 88/296: gnu: r-ldblock: Update to 1.18.0., guix-commits, 2020/06/12
- 86/296: gnu: r-snpstats: Update to 1.38.0., guix-commits, 2020/06/12
- 101/296: gnu: r-delayedmatrixstats: Update to 1.10.0., guix-commits, 2020/06/12