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 3/4] gnu: Add r-nodbi.
Date: Sat, 25 Mar 2023 18:45:54 +0100	[thread overview]
Message-ID: <20230325174555.837323-3-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <20230325174555.837323-1-madalinionel.patrascu@mdc-berlin.de>

* gnu/packages/cran.scm (r-nodbi): New variable.
---
 gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 034dd0869a..9b314bae43 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12275,6 +12275,33 @@ (define-public r-sjmisc
 tidyverse workflow.")
     (license license:gpl3)))
 
+(define-public r-nodbi
+  (package
+    (name "r-nodbi")
+    (version "0.9.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "nodbi" version))
+       (sha256
+        (base32 "1hn0wy2ry9l3wwqrshmf82cxigkm16wycwprv458bcvb5k6ayy5m"))))
+    (properties `((upstream-name . "nodbi")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-dbi
+           r-jqr
+           r-jsonify
+           r-jsonlite
+           r-stringi
+           r-uuid))
+    (home-page "https://docs.ropensci.org/nodbi/")
+    (synopsis "NoSQL database connector")
+    (description
+     "The nodbi package aims to simplified document database access and
+manipulation, by providing a common API across supported NoSQL databases
+Elasticsearch, CouchDB, MongoDB as well as SQLite/JSON1, PostgreSQL, and DuckDB.")
+    (license license:expat)))
+
 (define-public r-nortest
   (package
     (name "r-nortest")
-- 
2.39.2





  parent reply	other threads:[~2023-03-25 17:48 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   ` [bug#62441] [PATCH 2/4] gnu: Add r-jsonify 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 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-3-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).