mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: r-apcluster: Update to 1.4.9.
* gnu/packages/cran.scm (r-apcluster): Update to 1.4.9. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
53d91b4d6e
commit
bc755259a8
1 changed files with 3 additions and 2 deletions
|
@ -15927,17 +15927,18 @@ (define-public r-gmodels
|
|||
(define-public r-apcluster
|
||||
(package
|
||||
(name "r-apcluster")
|
||||
(version "1.4.8")
|
||||
(version "1.4.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "apcluster" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lzf2jqm56i74wif6x5sw3j0w2qc4sni49zq2fgbl89b7lwkvchj"))))
|
||||
"0wnbb3kj9m7rfq63xr43jjf6n8jxm1r2wvvx6g0qkss0wvipbb1s"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-matrix r-rcpp))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://cran.r-project.org/web/packages/apcluster/")
|
||||
(synopsis "Affinity propagation clustering")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue