me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-randomforest): Update to 4.7-1.
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
1 changed files with 2 additions and 2 deletions

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