gnu: r-apcluster: Update to 1.4.9.
* gnu/packages/cran.scm (r-apcluster): Update to 1.4.9. [native-inputs]: Add r-knitr.master
parent
53d91b4d6e
commit
bc755259a8
|
@ -15927,17 +15927,18 @@ network.")
|
||||||
(define-public r-apcluster
|
(define-public r-apcluster
|
||||||
(package
|
(package
|
||||||
(name "r-apcluster")
|
(name "r-apcluster")
|
||||||
(version "1.4.8")
|
(version "1.4.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "apcluster" version))
|
(uri (cran-uri "apcluster" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lzf2jqm56i74wif6x5sw3j0w2qc4sni49zq2fgbl89b7lwkvchj"))))
|
"0wnbb3kj9m7rfq63xr43jjf6n8jxm1r2wvvx6g0qkss0wvipbb1s"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-matrix r-rcpp))
|
(list r-matrix r-rcpp))
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://cran.r-project.org/web/packages/apcluster/")
|
(home-page "https://cran.r-project.org/web/packages/apcluster/")
|
||||||
(synopsis "Affinity propagation clustering")
|
(synopsis "Affinity propagation clustering")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue