diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 12:44:55 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-05-28 23:19:22 +0200 |
commit | 76ec28f63b90f504f3da6aa20241a6bd6683ba84 (patch) | |
tree | 71415432bac1c2cce84897dc27ff5735da39229c /gnu/packages | |
parent | 00da479a7b497ef56acf6aa32a511884667b09b7 (diff) |
gnu: r-icobra: Update to 1.24.1.
* gnu/packages/bioconductor.scm (r-icobra): Update to 1.24.1.
[propagated-inputs]: Add r-markdown.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioconductor.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index fc5d8687ae..07afc46558 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -7453,14 +7453,14 @@ independent of the p-value under the null hypothesis.") (define-public r-icobra (package (name "r-icobra") - (version "1.22.2") + (version "1.24.1") (source (origin (method url-fetch) (uri (bioconductor-uri "iCOBRA" version)) (sha256 (base32 - "1ln8l2cp6dqg6zv7s0qnmw5ii93v5sgp0b1nwswl52zdd8mivwxy")))) + "1gvra5bgsf6lvs4f2md3xx7xxsx4j8079c2nr8vz9lvy2sfyl6s9")))) (properties `((upstream-name . "iCOBRA"))) (build-system r-build-system) (propagated-inputs @@ -7468,6 +7468,7 @@ independent of the p-value under the null hypothesis.") r-dt r-ggplot2 r-limma + r-markdown r-reshape2 r-rocr r-scales |