guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

83/119: gnu: r-icge: Update to 0.4.1.


From: guix-commits
Subject: 83/119: gnu: r-icge: Update to 0.4.1.
Date: Sat, 10 Jul 2021 16:32:05 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ed5f29921d984c00bd7ec280b8754c62f06838e3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 10 13:26:21 2021 +0200

    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(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f6914fd..7ee1f2f 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]