diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-07-10 13:26:21 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-07-10 21:35:33 +0200 |
commit | ed5f29921d984c00bd7ec280b8754c62f06838e3 (patch) | |
tree | bac61cdd1fe4ee06d9eef96bfb9aa843fd2a1a4a /gnu | |
parent | f1d6a1fe0f1c73ed8ddd1ec008c41c2a87491704 (diff) | |
download | guix-ed5f29921d984c00bd7ec280b8754c62f06838e3.tar.gz guix-ed5f29921d984c00bd7ec280b8754c62f06838e3.zip |
gnu: r-icge: Update to 0.4.1.
* gnu/packages/cran.scm (r-icge): Update to 0.4.1.
[propagated-inputs]: Add r-fastcluster.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files changed, 3 insertions, 2 deletions
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") |