From f1e1492ae8b5d0975a5fcf7a60cf9c37a54df41b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 29 Apr 2025 22:40:13 +0200 Subject: [PATCH] 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 --- gnu/packages/bioconductor.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index b54316a9cc..d0e8b5dc71 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -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