all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vicente Vera <vicentemvp@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH 02/19] gnu: Add r-lazyeval.
Date: Sun, 13 Sep 2015 13:45:28 -0300	[thread overview]
Message-ID: <CAMfbzvD_A-O6qSjeMVZYqgAu3azVn6NSDNVPt8VF1suJC_PQWw@mail.gmail.com> (raw)

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



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

From 7996c78eca1549a69cad643730ecc5c2750b53f3 Mon Sep 17 00:00:00 2001
From: Vicente Vera Parra <vicentemvp@gmail.com>
Date: Sun, 13 Sep 2015 13:05:48 -0300
Subject: [PATCH 02/19] 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 9063496..004ecef 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -518,3 +518,20 @@ declare the pre and post conditions that you 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")
+    (description
+     "A disciplined approach to non-standard evaluation.")
+    (license license:gpl3+)))
-- 
2.5.1


             reply	other threads:[~2015-09-13 16:45 UTC|newest]

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMfbzvD_A-O6qSjeMVZYqgAu3azVn6NSDNVPt8VF1suJC_PQWw@mail.gmail.com \
    --to=vicentemvp@gmail.com \
    --cc=guix-devel@gnu.org \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.