unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <62441@debbugs.gnu.org>
Cc: rekado@elephly.net
Subject: [bug#62441] [PATCH 2/4] gnu: Add r-jsonify.
Date: Sat, 25 Mar 2023 18:45:53 +0100	[thread overview]
Message-ID: <20230325174555.837323-2-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <20230325174555.837323-1-madalinionel.patrascu@mdc-berlin.de>

* gnu/packages/cran.scm (r-jsonify): 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 a3590fe9cd..034dd0869a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3309,6 +3309,27 @@ (define-public r-jsonlite
 in systems and applications.")
     (license license:expat)))
 
+(define-public r-jsonify
+  (package
+    (name "r-jsonify")
+    (version "1.2.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "jsonify" version))
+       (sha256
+        (base32 "0bxgyj5b1hnijq5315g050giixy4k5mjz2zdx8yil0igb5ifji9p"))))
+    (properties `((upstream-name . "jsonify")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-rapidjsonr r-rcpp))
+    (native-inputs (list r-knitr))
+    (home-page "https://cran.r-project.org/package=jsonify")
+    (synopsis "Convert between R objects and Javascript object notation (JSON)")
+    (description
+     "The jsonify package helps with the conversions between R objects and
+@acronym{JSON, Javascript Object Notation} using the rapidjsonr library.")
+    (license license:expat)))
+
 (define-public r-servr
   (package
     (name "r-servr")
-- 
2.39.2





  reply	other threads:[~2023-03-25 17:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-25 10:24 [bug#62441] [patch] gnu: Add r-ctrialsgov, r-jsonify, r-nodbi, r-ctrdata Mădălin Ionel Patrașcu
2023-03-25 17:45 ` [bug#62441] [PATCH 1/4] gnu: Add r-ctrialsgov Mădălin Ionel Patrașcu
2023-03-25 17:45   ` Mădălin Ionel Patrașcu [this message]
2023-03-25 17:45   ` [bug#62441] [PATCH 3/4] gnu: Add r-nodbi Mădălin Ionel Patrașcu
2023-03-25 17:45   ` [bug#62441] [PATCH 4/4] gnu: Add r-ctrdata Mădălin Ionel Patrașcu
2023-03-26 17:01   ` bug#62441: [PATCH 1/4] gnu: Add r-ctrialsgov 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20230325174555.837323-2-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=62441@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).