GNU bug report logs - #49618
[PATCH] gnu: Add r-rpostgres.

Previous Next

Package: guix-patches;

Reported by: Peter Lo <peterloleungyau <at> gmail.com>

Date: Sun, 18 Jul 2021 11:06:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#49618: closed ([PATCH] gnu: Add r-rpostgres.)
Date: Thu, 29 Dec 2022 21:26:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 29 Dec 2022 22:24:36 +0100
with message-id <87k0299a2w.fsf <at> elephly.net>
and subject line [PATCH] gnu: Add r-rpostgres.
has caused the debbugs.gnu.org bug report #49618,
regarding [PATCH] gnu: Add r-rpostgres.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
49618: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=49618
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Peter Lo <peterloleungyau <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Peter Lo <peterloleungyau <at> gmail.com>
Subject: [PATCH] gnu: Add r-rpostgres.
Date: Sun, 18 Jul 2021 19:05:46 +0800
* gnu/packages/cran.scm (r-rpostgres): New variable.
---
 gnu/packages/cran.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 14177e3a23..203c49c9ca 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4484,6 +4484,41 @@ to access PostgreSQL database systems.")
     ;; under the PostgreSQL license.
     (license license:gpl2)))
 
+(define-public r-rpostgres
+  (package
+    (name "r-rpostgres")
+    (version "1.3.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "RPostgres" version))
+       (sha256
+        (base32
+         "0a3f7l1c0q732g8shys6g8f3nq2y3q7p840i0wdbyq0i243srfz0"))))
+    (properties `((upstream-name . "RPostgres")))
+    (build-system r-build-system)
+    (inputs
+     `(("postgresql" ,postgresql)))
+    (propagated-inputs
+     `(("r-bit64" ,r-bit64)
+       ("r-blob" ,r-blob)
+       ("r-dbi" ,r-dbi)
+       ("r-hms" ,r-hms)
+       ("r-lubridate" ,r-lubridate)
+       ("r-plogr" ,r-plogr)
+       ("r-rcpp" ,r-rcpp)
+       ("r-withr" ,r-withr)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)
+       ("r-knitr" ,r-knitr)))
+    (home-page "https://rpostgres.r-dbi.org")
+    (synopsis "Rcpp Interface to PostgreSQL")
+    (description
+     "Fully @code{DBI}-compliant @code{Rcpp}-backed interface to
+@code{PostgreSQL} <https://www.postgresql.org/>, an open-source relational
+database.")
+    (license license:gpl3)))
+
 (define-public r-linprog
   (package
     (name "r-linprog")
-- 
2.31.1



[Message part 3 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 49618-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add r-rpostgres.
Date: Thu, 29 Dec 2022 22:24:36 +0100
Sorry I didn’t see this earlier.  I applied it after changing the
description and upgrading the inputs to the new style.

Thanks!

-- 
Ricardo


This bug report was last modified 2 years and 141 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.