mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
c0778967ae
commit
3550af82e5
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue