From 6fe729a5a83e8fca481ba5e47fce33b075d2d366 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 20 Apr 2026 16:07:55 +0200 Subject: gnu: r-parsnip: Update to 1.5.0. * gnu/packages/cran.scm (r-parsnip): Update to 1.5.0. [propagated-inputs]: Remove r-withr. [native-inputs]: Add r-withr. Change-Id: I84d1f39c0505715a57a54cb4a5889c27aa37e0c5 --- gnu/packages/cran.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index acf9afb261..2890f8cf53 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -53496,14 +53496,14 @@ analysis using @code{dplyr}, @code{ggplot2}, and other Tidy tools.") (define-public r-parsnip (package (name "r-parsnip") - (version "1.4.1") + (version "1.5.0") (source (origin (method url-fetch) (uri (cran-uri "parsnip" version)) (sha256 (base32 - "0wnzv4qyh26a5hvg33wd49ihca4705pnlizz5774n8vshjp5rpdc")))) + "1iwh7m6dm23awks4bkfqmswrmb78cjwr8h94vdkslsgifcni2cfg")))) (properties '((upstream-name . "parsnip") ;; We don't need them. Do you really want a package depending on @@ -53528,8 +53528,7 @@ analysis using @code{dplyr}, @code{ggplot2}, and other Tidy tools.") r-sparsevctrs r-tibble r-tidyr - r-vctrs - r-withr)) + r-vctrs)) (native-inputs (list r-bench r-dials @@ -53542,6 +53541,7 @@ analysis using @code{dplyr}, @code{ggplot2}, and other Tidy tools.") r-rpart r-survival r-testthat + r-withr r-xgboost)) (home-page "https://parsnip.tidymodels.org") (synopsis "Common API to modeling and analysis functions") -- cgit v1.3