summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-05-07 13:06:48 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-05-08 12:53:30 +0200
commit427f9232e11cd6516203dc76539ee90870f433c3 (patch)
treed12765f36a9caedbb662a611015fdad4a93c8bcb
parentfcfa770494d4eb674a67c47bfaa36661b251c51c (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.scm5
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