gnu: r-randomforest: Update to 4.6-14.
* gnu/packages/statistics.scm (r-randomforest): Update to 4.6-14.
This commit is contained in:
parent
917378f787
commit
6e54870f60
|
@ -4527,14 +4527,14 @@ perform @dfn{independent component analysis} (ICA) and projection pursuit.")
|
||||||
(define-public r-randomforest
|
(define-public r-randomforest
|
||||||
(package
|
(package
|
||||||
(name "r-randomforest")
|
(name "r-randomforest")
|
||||||
(version "4.6-12")
|
(version "4.6-14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "randomForest" version))
|
(uri (cran-uri "randomForest" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i43idaihhl6nwqw42v9dqpl6f8z3ykcn2in32lh2755i27jylbf"))))
|
"0kbmm0l42fc2d1rdq0l7k09d34kd87q4lx651ffsic4y84h8kf7l"))))
|
||||||
(properties `((upstream-name . "randomForest")))
|
(properties `((upstream-name . "randomForest")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://www.stat.berkeley.edu/~breiman/RandomForests/")
|
(home-page "https://www.stat.berkeley.edu/~breiman/RandomForests/")
|
||||||
|
|
Loading…
Reference in New Issue