guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add r-naturalsort.


From: guix-commits
Subject: branch master updated: gnu: Add r-naturalsort.
Date: Tue, 04 May 2021 15:34:52 -0400

This is an automated email from the git hooks/post-receive script.

roelj pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new aa7eeab  gnu: Add r-naturalsort.
aa7eeab is described below

commit aa7eeabe9a782afc2535581298990050d16b1895
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Fri Apr 16 12:53:06 2021 +0200

    gnu: Add r-naturalsort.
    
    * gnu/packages/cran.scm (r-naturalsort): 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 8fab2f2..023d726 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25355,6 +25355,25 @@ addition, objects which include the k-d tree search 
structure can be returned
 to speed up repeated queries of the same set of target points.")
     (license license:bsd-3)))
 
+(define-public r-naturalsort
+  (package
+   (name "r-naturalsort")
+   (version "0.1.3")
+   (source (origin
+            (method url-fetch)
+            (uri (cran-uri "naturalsort" version))
+            (sha256
+             (base32
+              "0mz801y9mzld9ypp3xmsjw2d8l9q97sdnv09wrci9xi3yg2sjf6d"))))
+   (build-system r-build-system)
+   (home-page "https://cran.r-project.org/web/packages/naturalsort/";)
+   (synopsis "Natural ordering")
+   (description "This package provides functions related to human natural
+ordering.  It handles adjacent digits in a character sequence as a number
+so that natural sort function arranges a character vector by their numbers,
+not digit characters.")
+   (license license:bsd-3)))
+
 (define-public r-muhaz
   (package
     (name "r-muhaz")



reply via email to

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