guix-commits
[Top][All Lists]
Advanced

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

10/41: gnu: Add r-ore.


From: guix-commits
Subject: 10/41: gnu: Add r-ore.
Date: Wed, 9 Jan 2019 09:44:53 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit cb03d6c6f39145c85350bd93d46941a2c178f4d3
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 9 14:42:39 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index da05dd4..5fc0ee1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9092,3 +9092,24 @@ used by other packages.")
      "This package provides functions for easily manipulating colors,
 creating color scales and calculating color distances.")
     (license license:bsd-3)))
+
+(define-public r-ore
+  (package
+    (name "r-ore")
+    (version "1.6.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ore" version))
+       (sha256
+        (base32
+         "1l1ziljgm5gwjhvjq42wi5vcwbxlaj5dl9w8bhz0wh8vx4ajj07m"))))
+    (build-system r-build-system)
+    (home-page "https://github.com/jonclayden/ore";)
+    (synopsis "R interface to the Onigmo regular expression library")
+    (description
+     "This package provides an alternative to R's built-in functionality for
+handling regular expressions, based on the Onigmo library.  It offers
+first-class compiled regex objects, partial matching and function-based
+substitutions, amongst other features.")
+    (license license:bsd-3)))



reply via email to

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