[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55381] [PATCH 05/14] gnu: Add r-unglue.
From: |
kyle |
Subject: |
[bug#55381] [PATCH 05/14] gnu: Add r-unglue. |
Date: |
Thu, 12 May 2022 02:10:25 +0000 |
From: Kyle Andrews <kyle@posteo.net>
---
gnu/packages/cran.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 213f810d04..516c335822 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33338,6 +33338,26 @@ (define-public r-unpivotr
with one other by their proximity in given directions. Functions for data
frames and HTML tables are provided.")
(license license:expat)))
+
+(define-public r-unglue
+ (package
+ (name "r-unglue")
+ (version "0.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "unglue" version))
+ (sha256
+ (base32 "0w8ld4xllx0lj1jz8i2sj92f8136hlwri1d8ldpg1ymxj7aw93vg"))))
+ (properties `((upstream-name . "unglue")))
+ (build-system r-build-system)
+ (home-page "https://cran.r-project.org/package=unglue")
+ (synopsis "Extract Matched Substrings Using a Pattern")
+ (description
+ "Use syntax inspired by the package 'glue' to extract matched substrings
in a
+more intuitive and compact way than by using standard regular expressions.")
+ (license license:gpl3)))
+
(define r-gpg
(package
(name "r-gpg")
--
2.36.0
- [bug#55379] [PATCH 01/14] gnu: Add r-gpg., kyle, 2022/05/11
- [bug#55380] [PATCH 02/14] gnu: Add r-piton., kyle, 2022/05/11
- [bug#55381] [PATCH 05/14] gnu: Add r-unglue.,
kyle <=
- [bug#55379] [PATCH 04/14] gnu: Add r-unpivotr., kyle, 2022/05/11
- [bug#55379] [PATCH 06/14] gnu: Add r-vcdextra., kyle, 2022/05/11
- [bug#55379] [PATCH 07/14] gnu: Add r-ca., kyle, 2022/05/11
- [bug#55379] [PATCH 08/14] gnu: Add r-qvcalc., kyle, 2022/05/11
- [bug#55379] [PATCH 03/14] gnu: Add r-tidyxl., kyle, 2022/05/11
- [bug#55379] [PATCH 11/14] gnu: Add r-picosat., kyle, 2022/05/11