unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Vicente Vera <vicentemvp@gmail.com>
To: guix-devel@gnu.org, Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Subject: Re: [PATCH 19/19] gnu: Add r-dplyr.
Date: Tue, 15 Sep 2015 14:47:18 -0300	[thread overview]
Message-ID: <CAMfbzvAAC067jEa3pvdz4a1-TcMfhhes6hYAvV8+F2W=SVXX5g@mail.gmail.com> (raw)
In-Reply-To: <CAMfbzvDGsiwAcTQjOLS+ykLbmAv9rYvg3ZMo-WdUOzyVh31ahw@mail.gmail.com>

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

Updated patch attached.

2015-09-13 13:56 GMT-03:00 Vicente Vera <vicentemvp@gmail.com>:
>

[-- Attachment #2: 0019-gnu-Add-r-dplyr.patch --]
[-- Type: text/x-patch, Size: 1727 bytes --]

From cb3a4a5ada258b8ae7ff1850f0b69ff14cae9766 Mon Sep 17 00:00:00 2001
From: Vicente Vera Parra <vicentemvp@gmail.com>
Date: Tue, 15 Sep 2015 14:25:14 -0300
Subject: [PATCH 19/19] gnu: Add r-dplyr.

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

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 9607270..0b8456b 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -933,3 +933,32 @@ so they do not require the methods package.  These classes allow public and
 private members, and they support inheritance, even when the classes are
 defined in different packages.")
     (license license:expat)))
+
+(define-public r-dplyr
+  (package
+    (name "r-dplyr")
+    (version "0.4.3")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://cran/src/contrib/dplyr_"
+                                  version ".tar.gz"))
+              (sha256
+               (base32
+                "1p8rbn4p4yrx2840dapwiahf9iqa8gnvd35nyc200wfhmrxlqdlc"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-assertthat" ,r-assertthat)
+       ("r-r6" ,r-r6)
+       ("r-rcpp" ,r-rcpp)
+       ("r-magrittr" ,r-magrittr)
+       ("r-lazyeval" ,r-lazyeval)
+       ("r-dbi" ,r-dbi)
+       ("r-bh" ,r-bh)))
+    (home-page
+     "https://github.com/hadley/dplyr")
+    (synopsis
+     "Dplyr: a grammar of data manipulation")
+    (description
+     "This package provides a fast, consistent tool for working with data
+frame like objects, both in memory and out of memory.")
+    (license license:expat)))
-- 
2.5.2


  reply	other threads:[~2015-09-15 17:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-13 16:56 [PATCH 19/19] gnu: Add r-dplyr Vicente Vera
2015-09-15 17:47 ` Vicente Vera [this message]
2015-09-21  8:57   ` Ricardo Wurmus
2015-09-23 14:32     ` Vicente Vera

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='CAMfbzvAAC067jEa3pvdz4a1-TcMfhhes6hYAvV8+F2W=SVXX5g@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).