1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: r-biotmle: Update to 1.32.0.

* gnu/packages/bioconductor.scm (r-biotmle): Update to 1.32.0.
[native-inputs]: Add r-superlearner.

Change-Id: Ie97429835fd74ab0f721315be74cfe22794c2ae9
This commit is contained in:
Ricardo Wurmus 2025-04-29 22:40:13 +02:00
parent 51bd87234a
commit f1e1492ae8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -28049,14 +28049,14 @@ help unravel disease regulatory trajectory.")
(define-public r-biotmle
(package
(name "r-biotmle")
(version "1.30.0")
(version "1.32.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "biotmle" version))
(sha256
(base32
"06m79562baskma0vyj1632w2j669s2pymfniid5b8fyd3vqi4c6w"))))
"1rlza8x6dc0493ygz69f7cg36zl256nr4yrjmqwwl64spc9ldjxv"))))
(properties `((upstream-name . "biotmle")))
(build-system r-build-system)
;; Two tests fail with "BiocParallel errors".
@ -28075,7 +28075,7 @@ help unravel disease regulatory trajectory.")
r-superheat
r-tibble))
(native-inputs
(list r-biotmledata r-knitr r-testthat))
(list r-biotmledata r-knitr r-superlearner r-testthat))
(home-page "https://code.nimahejazi.org/biotmle/")
(synopsis "Targeted learning with moderated statistics for biomarker discovery")
(description