1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-partykit: Update to 1.2-27.

* gnu/packages/cran.scm (r-partykit): Update to 1.2-27.

Change-Id: I9b4bdcc8c8c6463c626528537122ef2af882985b
This commit is contained in:
Ricardo Wurmus
2026-03-16 21:15:18 +01:00
parent 1994f94a6e
commit cf48ab7eda

View File

@@ -17400,13 +17400,13 @@ initiative to bring PASSTEC 2000 functionalities to R.")
(define-public r-partykit
(package
(name "r-partykit")
(version "1.2-26")
(version "1.2-27")
(source (origin
(method url-fetch)
(uri (cran-uri "partykit" version))
(sha256
(base32
"0pkibyg987iqhc05blafl3j7ykpzc1i9pv629064awziajgfqlpp"))))
"11r1dr2gb05xsmmyx1krga3vfi0xvg3zixvix404ba9p2zc1gxwb"))))
(properties
'((updater-extra-native-inputs . ("r-mlbench")))) ;for tests
(build-system r-build-system)