gnu: r-randomforest: Update to 4.6-14.

* gnu/packages/statistics.scm (r-randomforest): Update to 4.6-14.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-27 02:15:24 +02:00
parent 917378f787
commit 6e54870f60
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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/")