3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-randomforest: Update to 4.7-1.

* gnu/packages/statistics.scm (r-randomforest): Update to 4.7-1.
This commit is contained in:
Ricardo Wurmus 2022-03-12 23:04:40 +01:00
parent 140be554d1
commit 77e7a09080
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5043,14 +5043,14 @@ perform @dfn{independent component analysis} (ICA) and projection pursuit.")
(define-public r-randomforest
(package
(name "r-randomforest")
(version "4.6-14")
(version "4.7-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "randomForest" version))
(sha256
(base32
"0kbmm0l42fc2d1rdq0l7k09d34kd87q4lx651ffsic4y84h8kf7l"))))
"04q6gb917md4yw837cf9vlx1q8ljl06jw7yhykzb6nl47w55jnkq"))))
(properties `((upstream-name . "randomForest")))
(build-system r-build-system)
(home-page "https://www.stat.berkeley.edu/~breiman/RandomForests/")