me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-randomforest): Update to 4.7-1.1.
master
Ricardo Wurmus 2022-05-28 08:31:00 +02:00
parent d1856b061c
commit 917c943fbc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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