diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 12:45:05 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 23:19:28 +0200 |
commit | fee94f676b57c4d225c6b39d42737a5d8be10ebb (patch) | |
tree | a3e42a4bd4526db1e045e591a81f1ce8e2ff98e1 /gnu | |
parent | 7ddf44ccafee26c1484d6f4c10787c23fd0c4aeb (diff) |
gnu: r-progeny: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-progeny): Update to 1.18.0.
[propagated-inputs]: Add r-decoupler and r-reshape2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioconductor.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 476dbf332e..8991077023 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -10196,21 +10196,23 @@ rapid adapter trimming, identification, and read merging.") (define-public r-progeny (package (name "r-progeny") - (version "1.16.0") + (version "1.18.0") (source (origin (method url-fetch) (uri (bioconductor-uri "progeny" version)) (sha256 (base32 - "0zhr5i5v87akzqjb6wid67nhg2icrw6w0awdy87x848c6c1i6j9y")))) + "1rhy2l2yf9ndxlvff8756s6n8qyi42nz7a75lgygj5aqqckkj21b")))) (build-system r-build-system) (propagated-inputs (list r-biobase + r-decoupler r-dplyr r-ggplot2 r-ggrepel r-gridextra + r-reshape2 r-tidyr)) (native-inputs (list r-knitr)) |