guix-commits
[Top][All Lists]
Advanced

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

01/18: gnu: Add r-rematch.


From: Ricardo Wurmus
Subject: 01/18: gnu: Add r-rematch.
Date: Mon, 28 Nov 2016 21:43:45 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 58612fd2c869995fd18ed915d4d240b173079e73
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 24 14:55:01 2016 +0100

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

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 700a895..612ea53 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3272,6 +3272,26 @@ noncentral hypergeometric distribution (also called 
extended hypergeometric
 distribution).")
    (license license:gpl3+)))
 
+(define-public r-rematch
+  (package
+    (name "r-rematch")
+    (version "1.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "rematch" version))
+       (sha256
+        (base32
+         "0y3mshvpvz9csmq8hk8jbabx4nxlv5sckvfzvm6920ndg34xw2d4"))))
+    (build-system r-build-system)
+    (home-page "https://github.com/MangoTheCat/rematch";)
+    (synopsis "Match regular expressions with a nicer API")
+    (description
+     "This package provides a small wrapper on @code{regexpr} to extract the
+matches and captured groups from the match of a regular expression to a
+character vector.")
+    (license license:expat)))
+
 (define-public r-rpart
   (package
     (name "r-rpart")



reply via email to

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