gnu: r-randomforest: Update to 4.7-1.1.
* gnu/packages/statistics.scm (r-randomforest): Update to 4.7-1.1.master
parent
d1856b061c
commit
917c943fbc
|
@ -5064,14 +5064,14 @@ perform @dfn{independent component analysis} (ICA) and projection pursuit.")
|
||||||
(define-public r-randomforest
|
(define-public r-randomforest
|
||||||
(package
|
(package
|
||||||
(name "r-randomforest")
|
(name "r-randomforest")
|
||||||
(version "4.7-1")
|
(version "4.7-1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "randomForest" version))
|
(uri (cran-uri "randomForest" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04q6gb917md4yw837cf9vlx1q8ljl06jw7yhykzb6nl47w55jnkq"))))
|
"1micz9794j7xmj755ln2692rzip8azndflxgdg6xn3j86issi7pm"))))
|
||||||
(properties `((upstream-name . "randomForest")))
|
(properties `((upstream-name . "randomForest")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://www.stat.berkeley.edu/~breiman/RandomForests/")
|
(home-page "https://www.stat.berkeley.edu/~breiman/RandomForests/")
|
||||||
|
|
Reference in New Issue