all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55155] gnu: add r-piton
@ 2022-04-27 16:07 kyle
  2022-12-29 21:32 ` bug#55155: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: kyle @ 2022-04-27 16:07 UTC (permalink / raw)
  To: 55155

[-- Attachment #1: Type: text/plain, Size: 105 bytes --]

Dear Guix,

I would like the CRAN R package piton included in Guix. Please see the 
attached patch.

Kyle

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-add-r-piton.patch --]
[-- Type: text/x-diff; name=0001-gnu-add-r-piton.patch, Size: 1441 bytes --]

From ac6ddfb2e3f2461955d1bc22de6d00bd8cda3fd0 Mon Sep 17 00:00:00 2001
From: Kyle Andrews <kyle.c.andrews@gmail.com>
Date: Wed, 27 Apr 2022 08:33:38 -0400
Subject: [PATCH] gnu: add r-piton.

---
 gnu/packages/cran.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 21cfca3102..fd49d87fbf 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33123,3 +33123,25 @@ (define-public r-zoeppritz
 coefficients or scattering amplitudes, for seismological P and S-waves at an
 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)))
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55155: gnu: add r-piton
  2022-04-27 16:07 [bug#55155] gnu: add r-piton kyle
@ 2022-12-29 21:32 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2022-12-29 21:32 UTC (permalink / raw)
  To: 55155-done

I just applied the patch in issue #55380, which also adds r-piton.  I
did not realize that you submitted this patch before that one.

Since the package definition now exist I’m closing this issue.

Thank you for your patch anyway!

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-29 21:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27 16:07 [bug#55155] gnu: add r-piton kyle
2022-12-29 21:32 ` bug#55155: " Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.