gnu: r-mlearning: Update to 1.2.1.
* gnu/packages/cran.scm (r-mlearning): Update to 1.2.1. [propagated-inputs]: Add r-rpart.
This commit is contained in:
parent
b2610240c4
commit
772f00b171
1 changed files with 4 additions and 3 deletions
|
@ -39191,14 +39191,14 @@ (define-public r-filehash
|
||||||
(define-public r-mlearning
|
(define-public r-mlearning
|
||||||
(package
|
(package
|
||||||
(name "r-mlearning")
|
(name "r-mlearning")
|
||||||
(version "1.1.1")
|
(version "1.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "mlearning" version))
|
(uri (cran-uri "mlearning" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zjnh4gcw068li1bks60gazn3205xhmqz67hbkb1san33lmlxya3"))))
|
"0fh28i36smpybhzd2kni435m7wf20i3yib6h7jy173r1v5adzkba"))))
|
||||||
(properties `((upstream-name . "mlearning")))
|
(properties `((upstream-name . "mlearning")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -39207,7 +39207,8 @@ (define-public r-mlearning
|
||||||
r-ipred
|
r-ipred
|
||||||
r-mass
|
r-mass
|
||||||
r-nnet
|
r-nnet
|
||||||
r-randomforest))
|
r-randomforest
|
||||||
|
r-rpart))
|
||||||
(home-page "https://www.sciviews.org/zooimage")
|
(home-page "https://www.sciviews.org/zooimage")
|
||||||
(synopsis "Machine learning algorithms with unified interface")
|
(synopsis "Machine learning algorithms with unified interface")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue