guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: Add r-usedist.


From: guix-commits
Subject: 02/06: gnu: Add r-usedist.
Date: Wed, 9 Feb 2022 03:10:25 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c12a73ca269f4513ada6bac60b2c486165c064f7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 8 23:54:35 2022 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 84abc75ecd..af4d3c8f76 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5037,6 +5037,25 @@ algorithm.  The interface of @code{ucminf} is designed 
for easy interchange
 with the package @code{optim}.")
     (license license:gpl2+)))
 
+(define-public r-usedist
+  (package
+    (name "r-usedist")
+    (version "0.4.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "usedist" version))
+       (sha256
+        (base32 "0ddf1zcalbrn293qmr9kdzz3x16fzc4k1bwb1pjmwnspisqfi8kj"))))
+    (properties `((upstream-name . "usedist")))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/package=usedist";)
+    (synopsis "Distance matrix utilities")
+    (description
+     "This package provides functions to re-arrange, extract, and work with
+distances.")
+    (license license:gpl3)))
+
 (define-public r-useful
   (package
    (name "r-useful")



reply via email to

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