gnu: r-ranger: Update to 0.18.0.

* gnu/packages/statistics.scm (r-ranger): Update to 0.18.0.
[native-inputs]: Add r-pheatmap and r-tibble.

Change-Id: I469a1567686158415ef0133e6f80c34349e8bf45
This commit is contained in:
Ricardo Wurmus 2026-01-20 07:17:29 +01:00
parent c0778967ae
commit 3550af82e5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2928,18 +2928,18 @@ diagnostic tools (@code{ctlcurves} and @code{DiscrFact}).")
(define-public r-ranger
(package
(name "r-ranger")
(version "0.17.0")
(version "0.18.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ranger" version))
(sha256
(base32
"0dlxl1cgxd778gzvnnvnxlwm37q825fw48g2kwyzjyliwi6dz36l"))))
"0kdlfnv0j1if8nnygf6pl2hxwvdyi4d1vrvjpaxr48nrgk3f9icl"))))
(build-system r-build-system)
(propagated-inputs
(list r-matrix r-rcpp r-rcppeigen))
(native-inputs (list r-survival r-testthat))
(native-inputs (list r-pheatmap r-survival r-testthat r-tibble))
(home-page "https://github.com/imbs-hl/ranger")
(synopsis "Fast implementation of random forests")
(description