guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: Add r-emdist.


From: guix-commits
Subject: 01/04: gnu: Add r-emdist.
Date: Fri, 27 Aug 2021 07:39:04 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 63a5090869fac4f2b1c310d02b41d29669f3f389
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Aug 27 13:24:08 2021 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8dd3743..4fb5b2d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -231,6 +231,26 @@ wrangling backend for the packages in the @code{easystats} 
ecosystem.")
 visualization of their differences.")
     (license license:gpl2+)))
 
+(define-public r-emdist
+  (package
+    (name "r-emdist")
+    (version "0.3-1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "emdist" version))
+       (sha256
+        (base32
+         "1z14pb9z9nkd0f2c8pln4hzkfqa9dk9n3vg8czc8jiv0ndnqi7rq"))))
+    (properties `((upstream-name . "emdist")))
+    (build-system r-build-system)
+    (home-page "http://www.rforge.net/emd";)
+    (synopsis "Earth mover's distance")
+    (description
+     "This package provides tools to calculate the Earth Mover's
+Distance (EMD).")
+    (license license:expat)))
+
 (define-public r-googledrive
   (package
     (name "r-googledrive")



reply via email to

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