diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-04-20 16:07:55 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-04-28 09:43:39 +0200 |
| commit | 6fe729a5a83e8fca481ba5e47fce33b075d2d366 (patch) | |
| tree | 64f29e2be8489e10b59be3b47450f38c53ab2b79 /gnu | |
| parent | fc648a5bea87df98acfc598960470acefbe07ed6 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 8 |
1 files changed, 4 insertions, 4 deletions
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") |
