From 427f9232e11cd6516203dc76539ee90870f433c3 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 7 May 2024 13:06:48 +0200 Subject: [PATCH] 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 --- gnu/packages/bioconductor.scm | 5 +++-- 1 file 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