diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 13:06:48 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:30 +0200 |
commit | 427f9232e11cd6516203dc76539ee90870f433c3 (patch) | |
tree | d12765f36a9caedbb662a611015fdad4a93c8bcb | |
parent | fcfa770494d4eb674a67c47bfaa36661b251c51c (diff) |
gnu: r-icobra: Update to 1.32.0.
* gnu/packages/bioconductor.scm (r-icobra): Update to 1.32.0.
[propagated-inputs]: Add r-rlang.
Change-Id: I00098c395e56dd476d7eee1bd5f69e25b1311799
-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 0a1ccea203..ec45f20935 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -14737,14 +14737,14 @@ independent of the p-value under the null hypothesis.") (define-public r-icobra (package (name "r-icobra") - (version "1.30.0") + (version "1.32.0") (source (origin (method url-fetch) (uri (bioconductor-uri "iCOBRA" version)) (sha256 (base32 - "1f0j10wha60vv592vsnv2pcqwz7g2fkld8pnar9rpwwb7qd0wcnf")))) + "1m3awsz8h3gbi82an73kbxcsch2gl737zaanckl1vq2ghymqykrp")))) (properties `((upstream-name . "iCOBRA"))) (build-system r-build-system) (propagated-inputs @@ -14754,6 +14754,7 @@ independent of the p-value under the null hypothesis.") r-limma r-markdown r-reshape2 + r-rlang r-rocr r-scales r-shiny |