unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Vicente Vera <vicentemvp@gmail.com>
To: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 03/19] gnu: Add r-dbi.
Date: Mon, 14 Sep 2015 16:35:49 -0300	[thread overview]
Message-ID: <CAMfbzvA38wcNiLdk7s1-tP8JHAXDGnkSFkt1=vs-4w9o6zLxzw@mail.gmail.com> (raw)
In-Reply-To: <87h9mx8eiu.fsf@mdc-berlin.de>

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

New patch attached.

2015-09-14 7:46 GMT-03:00 Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>:
>
> Vicente Vera <vicentemvp@gmail.com> writes:
>
>> * gnu/packages/statistics.scm (r-dbi): New variable.
>
> [...]
>
>> +    (synopsis "R Database Interface")
>
> Please use lower case here.
>
>> +    (description
>> +     "A database interface (DBI) definition for communication between R
>> +and relational database management systems. All classes in this
>> +package are virtual and need to be extended by the various R/DBMS
>> +implementations.")
>
> Please use two spaces after each sentence.  Also, please change the
> beginning of the first sentence fragment so that it becomes a full
> sentence.
>
> E.g. s/A/The DBI package provides a/
>
> ~~ Ricardo

[-- Attachment #2: 0003-gnu-Add-r-dbi.patch --]
[-- Type: text/x-patch, Size: 1458 bytes --]

From 333486e0ce10160045174b9418f2fe168926a7a0 Mon Sep 17 00:00:00 2001
From: Vicente Vera Parra <vicentemvp@gmail.com>
Date: Mon, 14 Sep 2015 13:36:13 -0300
Subject: [PATCH 03/12] gnu: Add r-dbi.

* gnu/packages/statistics.scm (r-dbi): New variable.
---
 gnu/packages/statistics.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 5137b1b..5b29f6f 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -536,3 +536,23 @@ wrong.")
     (description
      "A disciplined approach to non-standard evaluation in R.")
     (license license:gpl3+)))
+
+(define-public r-dbi
+  (package
+    (name "r-dbi")
+    (version "0.3.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://cran/src/contrib/DBI_"
+                                  version ".tar.gz"))
+              (sha256
+               (base32 "0xj5baxwnhl23rd5nskhjvranrwrc68f3xlyrklglipi41bm69hw"))))
+    (build-system r-build-system)
+    (home-page "https://github.com/rstats-db/DBI")
+    (synopsis "R database interface")
+    (description
+     "The DBI package provides a database interface (DBI) definition for
+communication between R and relational database management systems.  All
+classes in this package are virtual and need to be extended by the various
+R/DBMS implementations.")
+    (license license:lgpl3+)))
-- 
2.5.2


  reply	other threads:[~2015-09-14 19:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-13 16:46 [PATCH 03/19] gnu: Add r-dbi Vicente Vera
2015-09-14 10:46 ` Ricardo Wurmus
2015-09-14 19:35   ` Vicente Vera [this message]
2015-09-15 17:33     ` Vicente Vera
2015-09-16 10:03       ` Ricardo Wurmus
2015-09-17  3:07         ` Vicente Vera
2015-09-17 11:56           ` 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='CAMfbzvA38wcNiLdk7s1-tP8JHAXDGnkSFkt1=vs-4w9o6zLxzw@mail.gmail.com' \
    --to=vicentemvp@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=ricardo.wurmus@mdc-berlin.de \
    /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).