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 02/19] gnu: Add r-lazyeval.
Date: Mon, 14 Sep 2015 16:34:26 -0300	[thread overview]
Message-ID: <CAMfbzvC6NjyZE90mCcmXSwQSHDLbfNJQK7dLTukWZxFPNxH1Pw@mail.gmail.com> (raw)
In-Reply-To: <87io7d8en7.fsf@mdc-berlin.de>

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

Hello Ricardo, thank you for your replies.

Actually, nearly every synopsis and description in these patches are
taken verbatim from CRAN.

I'm not familiar enough with this package to amend the description
provided by the author, so I replaced it with the one offered in the
package's GitHub repository.

Upper-case characters corrected.

New patch attached.

2015-09-14 7:43 GMT-03:00 Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>:
> Hi Vicente,
>
>> * gnu/packages/statistics.scm (r-lazyeval): New variable.
>
> [...]
>
>> +    (home-page "https://github.com/hadley/lazyeval")
>> +    (synopsis "Lazy (Non-Standard) Evaluation")
>> +    (description
>> +     "A disciplined approach to non-standard evaluation.")
>
> For the synopsis, please use lower-case characters and make a reference
> to R, if possible.
>
> The description should be a little more explicit and should be a
> complete sentence.  I do not know what an “approach” is in the context
> of an R package ;)
>
> ~~ Ricardo

[-- Attachment #2: 0002-gnu-Add-r-lazyeval.patch --]
[-- Type: text/x-patch, Size: 1405 bytes --]

From ebe1fc562203a8b884daae5c438820510002b642 Mon Sep 17 00:00:00 2001
From: Vicente Vera Parra <vicentemvp@gmail.com>
Date: Mon, 14 Sep 2015 13:28:38 -0300
Subject: [PATCH 02/12] gnu: Add r-lazyeval.

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

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 0c60382..5137b1b 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -519,4 +519,21 @@ the pre and post conditions that your code should satisfy, while also
 producing friendly error messages so that your users know what they've done
 wrong.")
     (license license:gpl3+)))
+
+(define-public r-lazyeval
+  (package
+    (name "r-lazyeval")
+    (version "0.1.10")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://cran/src/contrib/lazyeval_"
+                                  version ".tar.gz"))
+              (sha256
+               (base32 "02qfpn2fmy78vx4jxr7g7rhqzcm1kcivfwai7lbh0vvpawia0qwh"))))
+    (build-system r-build-system)
+    (home-page "https://github.com/hadley/lazyeval")
+    (synopsis "Lazy (non-standard) evaluation in R")
+    (description
+     "This package provides the tools necessary to do non-standard
+evaluation (NSE) in R.")
+    (license license:gpl3+)))
-- 
2.5.2


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

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-13 16:45 [PATCH 02/19] gnu: Add r-lazyeval Vicente Vera
2015-09-14 10:43 ` Ricardo Wurmus
2015-09-14 19:34   ` Vicente Vera [this message]
2015-09-15 14:42     ` Ricardo Wurmus
2015-09-15 15:31       ` Vicente Vera
2015-09-15 17:33         ` 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=CAMfbzvC6NjyZE90mCcmXSwQSHDLbfNJQK7dLTukWZxFPNxH1Pw@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).