gnu: r-rpart: Update to 4.1-12.
* gnu/packages/statistics.scm (r-rpart): Update to 4.1-12.
This commit is contained in:
parent
6aa4be9c3c
commit
ff1197c86e
|
@ -554,14 +554,14 @@ single hidden layer, and for multinomial log-linear models.")
|
||||||
(define-public r-rpart
|
(define-public r-rpart
|
||||||
(package
|
(package
|
||||||
(name "r-rpart")
|
(name "r-rpart")
|
||||||
(version "4.1-11")
|
(version "4.1-12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rpart" version))
|
(uri (cran-uri "rpart" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"165djqj7lk81jr7z5fwccq3h7ayys26hx1kj9hndvg2rkyaq1arq"))))
|
"177p03w4m0qshb3sqkdyixim3f44g2an31v3vlbjmpzjvd5ff6yq"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/rpart")
|
(home-page "https://cran.r-project.org/web/packages/rpart")
|
||||||
(synopsis "Recursive partitioning and regression trees")
|
(synopsis "Recursive partitioning and regression trees")
|
||||||
|
|
Loading…
Reference in New Issue