[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55380] [PATCH 02/14] gnu: Add r-piton.
From: |
kyle |
Subject: |
[bug#55380] [PATCH 02/14] gnu: Add r-piton. |
Date: |
Thu, 12 May 2022 02:10:22 +0000 |
From: Kyle Andrews <kyle@posteo.net>
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f69a7dd605..57166bacdc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33257,6 +33257,28 @@ (define-public r-zoeppritz
interface.")
(license license:gpl2+)))
+(define-public r-piton
+ (package
+ (name "r-piton")
+ (version "1.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "piton" version))
+ (sha256
+ (base32 "1krf6zi238m275nxjlpyayv8y2drbgs2kg19dpkqm0lmlz5y5ar8"))))
+ (properties `((upstream-name . "piton")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-rcpp))
+ (home-page "https://github.com/Ironholds/piton")
+ (synopsis "Parsing Expression Grammars in Rcpp")
+ (description
+ "This package provides a wrapper around the 'Parsing Expression Grammar
Template
+Library', a C++11 library for generating Parsing Expression Grammars, that
makes
+it accessible within Rcpp. With this, developers can implement their own
+grammars and easily expose them in R packages.")
+ (license license:expat)))
+
(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 <=
- [bug#55381] [PATCH 05/14] gnu: Add r-unglue., kyle, 2022/05/11
- [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