guix-commits
[Top][All Lists]
Advanced

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

16/54: gnu: Add r-acrosstic.


From: guix-commits
Subject: 16/54: gnu: Add r-acrosstic.
Date: Sat, 14 Dec 2019 07:36:36 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 4b44bfb6ec86fd51bc7d3bac31adcb6731592578
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 13 23:11:55 2019 +0100

    gnu: Add r-acrosstic.
    
    * gnu/packages/cran.scm (r-acrosstic): New variable.
---
 gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6dd36c3..ebff9de 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17615,3 +17615,27 @@ management} (aCRM).")
 dissimilarity useful for clustering mixed data, and, optionally, perform the
 clustering.")
     (license license:gpl2+)))
+
+(define-public r-acrosstic
+  (package
+    (name "r-acrosstic")
+    (version "1.0-3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "AcrossTic" version))
+       (sha256
+        (base32
+         "03180h79jhjd66ibrnsfp3yyp2jlfysp7cymw46phzj2palghsc0"))))
+    (properties `((upstream-name . "AcrossTic")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-lpsolve" ,r-lpsolve)
+       ("r-treeclust" ,r-treeclust)))
+    (home-page "https://cran.r-project.org/web/packages/AcrossTic/";)
+    (synopsis "Cost-minimal regular spanning subgraph with TreeClust")
+    (description
+     "This is a package for constructing minimum-cost regular spanning
+subgraph as part of a non-parametric two-sample test for equality of
+distribution.")
+    (license license:gpl2+)))



reply via email to

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