[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
221/296: gnu: r-progeny: Update to 1.10.0.
From: |
guix-commits |
Subject: |
221/296: gnu: r-progeny: Update to 1.10.0. |
Date: |
Fri, 12 Jun 2020 19:30:32 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 8e5933a8e4aa791fcd47df046f911641d633c9f7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:57:36 2020 +0200
gnu: r-progeny: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-progeny): Update to 1.10.0.
[propagated-inputs]: Add r-dplyr, r-ggplot2, r-ggrepel, r-gridextra, and
r-tidyr.
[native-inputs]: Add r-knitr.
---
gnu/packages/bioconductor.scm | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 9d51e06..4f01486 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5261,16 +5261,24 @@ rapid adapter trimming, identification, and read
merging.")
(define-public r-progeny
(package
(name "r-progeny")
- (version "1.8.0")
+ (version "1.10.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "progeny" version))
(sha256
(base32
- "0j3kxjj7xmmwb29p87n3bw7bl38gcb94jrpw32126a578rf1pfrq"))))
+ "09rq3nf9zm7w9djmx8xc8j3win3597p2v36zqgkhgkjwq5rkjgsh"))))
(build-system r-build-system)
- (propagated-inputs `(("r-biobase" ,r-biobase)))
+ (propagated-inputs
+ `(("r-biobase" ,r-biobase)
+ ("r-dplyr" ,r-dplyr)
+ ("r-ggplot2" ,r-ggplot2)
+ ("r-ggrepel" ,r-ggrepel)
+ ("r-gridextra" ,r-gridextra)
+ ("r-tidyr" ,r-tidyr)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/saezlab/progeny")
(synopsis "Pathway responsive gene activity inference")
(description
- 235/296: gnu: r-annotatr: Update to 1.14.0., (continued)
- 235/296: gnu: r-annotatr: Update to 1.14.0., guix-commits, 2020/06/12
- 240/296: gnu: r-flowcore: Update to 2.0.1., guix-commits, 2020/06/12
- 243/296: gnu: r-ggcyto: Update to 1.16.0., guix-commits, 2020/06/12
- 244/296: gnu: r-flowviz: Update to 1.52.0., guix-commits, 2020/06/12
- 245/296: gnu: r-flowclust: Update to 3.26.0., guix-commits, 2020/06/12
- 250/296: gnu: r-cytoml: Update to 2.0.0., guix-commits, 2020/06/12
- 253/296: gnu: r-depecher: Update to 1.4.0., guix-commits, 2020/06/12
- 256/296: gnu: r-genie3: Update to 1.10.0., guix-commits, 2020/06/12
- 257/296: gnu: r-roc: Update to 1.64.0., guix-commits, 2020/06/12
- 201/296: gnu: r-ebimage: Update to 4.30.0., guix-commits, 2020/06/12
- 221/296: gnu: r-progeny: Update to 1.10.0.,
guix-commits <=
- 222/296: gnu: r-arrmnormalization: Update to 1.28.0., guix-commits, 2020/06/12
- 228/296: gnu: r-quasr: Update to 1.28.0., guix-commits, 2020/06/12
- 246/296: gnu: r-rprotobuflib: Update to 2.0.0., guix-commits, 2020/06/12
- 248/296: gnu: r-flowstats: Update to 4.0.0., guix-commits, 2020/06/12
- 249/296: gnu: r-opencyto: Update to 2.0.0., guix-commits, 2020/06/12
- 254/296: gnu: r-rcistarget: Update to 1.8.0., guix-commits, 2020/06/12
- 260/296: gnu: r-bigmelon: Update to 1.14.0., guix-commits, 2020/06/12
- 261/296: gnu: r-seqbias: Update to 1.36.0., guix-commits, 2020/06/12
- 262/296: gnu: r-reqon: Update to 1.34.0., guix-commits, 2020/06/12
- 263/296: gnu: r-wavcluster: Update to 2.22.0., guix-commits, 2020/06/12