all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: kyle@posteo.net
To: 55155@debbugs.gnu.org
Subject: [bug#55155] gnu: add r-piton
Date: Wed, 27 Apr 2022 16:07:55 +0000	[thread overview]
Message-ID: <e0394afbed415435035934b8c7487eb7@posteo.net> (raw)

[-- 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


             reply	other threads:[~2022-04-27 19:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-27 16:07 kyle [this message]
2022-12-29 21:32 ` bug#55155: gnu: add r-piton Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e0394afbed415435035934b8c7487eb7@posteo.net \
    --to=kyle@posteo.net \
    --cc=55155@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.