1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +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 (define-public r-biotmle
(package (package
(name "r-biotmle") (name "r-biotmle")
(version "1.30.0") (version "1.32.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "biotmle" version)) (uri (bioconductor-uri "biotmle" version))
(sha256 (sha256
(base32 (base32
"06m79562baskma0vyj1632w2j669s2pymfniid5b8fyd3vqi4c6w")))) "1rlza8x6dc0493ygz69f7cg36zl256nr4yrjmqwwl64spc9ldjxv"))))
(properties `((upstream-name . "biotmle"))) (properties `((upstream-name . "biotmle")))
(build-system r-build-system) (build-system r-build-system)
;; Two tests fail with "BiocParallel errors". ;; Two tests fail with "BiocParallel errors".
@ -28075,7 +28075,7 @@ help unravel disease regulatory trajectory.")
r-superheat r-superheat
r-tibble)) r-tibble))
(native-inputs (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/") (home-page "https://code.nimahejazi.org/biotmle/")
(synopsis "Targeted learning with moderated statistics for biomarker discovery") (synopsis "Targeted learning with moderated statistics for biomarker discovery")
(description (description