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:
parent
140be554d1
commit
77e7a09080
1 changed files with 2 additions and 2 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue