From ed5f29921d984c00bd7ec280b8754c62f06838e3 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 10 Jul 2021 13:26:21 +0200 Subject: gnu: r-icge: Update to 0.4.1. * gnu/packages/cran.scm (r-icge): Update to 0.4.1. [propagated-inputs]: Add r-fastcluster. --- gnu/packages/cran.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index f6914fdf55..7ee1f2f419 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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") -- cgit 1.4.1