gnu: r-icge: Update to 0.4.1.

* gnu/packages/cran.scm (r-icge): Update to 0.4.1.
[propagated-inputs]: Add r-fastcluster.
This commit is contained in:
Ricardo Wurmus 2021-07-10 13:26:21 +02:00
parent f1d6a1fe0f
commit ed5f29921d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -22251,18 +22251,19 @@ validation of bicluster solutions.")
(define-public r-icge
(package
(name "r-icge")
(version "0.3")
(version "0.4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "ICGE" version))
(sha256
(base32
"0xin7zml1nbygyi08hhg3wwr2jr1zcsvrlgia89zp4xanxlzgaqa"))))
"0w6hbi3h98q6gsxqbb43p95v6xykgrasxcjivwm8hw9fly4avxyi"))))
(properties `((upstream-name . "ICGE")))
(build-system r-build-system)
(propagated-inputs
`(("r-cluster" ,r-cluster)
("r-fastcluster" ,r-fastcluster)
("r-mass" ,r-mass)))
(home-page "https://cran.r-project.org/web/packages/ICGE/")
(synopsis "Cluster estimation and identification of atypical units")