1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-09 10:45:54 +02:00

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

* gnu/packages/statistics.scm (r-randomforest): Update to 4.7-1.2.

Change-Id: I31cd8f4ea1d4a1bdddc4f03bb23fdc8dd2292317
This commit is contained in:
Ricardo Wurmus
2024-11-01 15:01:09 +01:00
parent 40db649f8a
commit c4a9f70c07
+2 -2
View File
@@ -5675,14 +5675,14 @@ perform @dfn{independent component analysis} (ICA) and projection pursuit.")
(define-public r-randomforest
(package
(name "r-randomforest")
(version "4.7-1.1")
(version "4.7-1.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "randomForest" version))
(sha256
(base32
"1micz9794j7xmj755ln2692rzip8azndflxgdg6xn3j86issi7pm"))))
"04aan0wzkfdl2nh4z8fls7qhgz80xl7px7c4282dbfj8nqkk5lxa"))))
(properties `((upstream-name . "randomForest")))
(build-system r-build-system)
(home-page "https://www.stat.berkeley.edu/~breiman/RandomForests/")