gnu: r-kernlab: Update to 0.9-27.
* gnu/packages/machine-learning.scm (r-kernlab): Update to 0.9-27.
This commit is contained in:
parent
c0608f815c
commit
c28d8d8db0
|
@ -596,14 +596,14 @@ geometric models.")
|
||||||
(define-public r-kernlab
|
(define-public r-kernlab
|
||||||
(package
|
(package
|
||||||
(name "r-kernlab")
|
(name "r-kernlab")
|
||||||
(version "0.9-26")
|
(version "0.9-27")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "kernlab" version))
|
(uri (cran-uri "kernlab" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xv0slf3ggw3sswsi34416lb1g3h1pqkrr2h7r1n1kvgii3l0jcm"))))
|
"1m0xqf6gyvwayz7w3c83y32ayvnlz0jicj8ijk808zq9sh7dbbgn"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/kernlab")
|
(home-page "https://cran.r-project.org/web/packages/kernlab")
|
||||||
(synopsis "Kernel-based machine learning tools")
|
(synopsis "Kernel-based machine learning tools")
|
||||||
|
|
Loading…
Reference in New Issue