1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-08 18:25:53 +02:00

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
This commit is contained in:
Ricardo Wurmus
2024-05-07 13:06:48 +02:00
parent fcfa770494
commit 427f9232e1
+3 -2
View File
@@ -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