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 12/19] gnu: Add r-microbenchmark.
Date: Sun, 13 Sep 2015 13:52:17 -0300	[thread overview]
Message-ID: <CAMfbzvB1bqnp+dRUkh=DzUeUO4Q8Ey6ojRF=T+z=7AtCLKgK-g@mail.gmail.com> (raw)

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



[-- Attachment #2: 0012-gnu-Add-r-microbenchmark.patch --]
[-- Type: text/x-patch, Size: 1537 bytes --]

From 51d863a23b7caf986d6e52bb2ab84a2afee12cf4 Mon Sep 17 00:00:00 2001
From: Vicente Vera Parra <vicentemvp@gmail.com>
Date: Sun, 13 Sep 2015 13:22:10 -0300
Subject: [PATCH 12/19] gnu: Add r-microbenchmark.

* gnu/packages/statistics.scm (r-microbenchmark): 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 65ca528..1265e4d 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -731,3 +731,23 @@ emitter (http://pyyaml.org/wiki/LibYAML) for R.")
      "Provides a general-purpose tool for dynamic report generation in
 R using Literate Programming techniques.")
     (license license:gpl3+)))
+
+(define-public r-microbenchmark
+  (package
+    (name "r-microbenchmark")
+    (version "1.4-2")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://cran/src/contrib/microbenchmark_"
+                                  version ".tar.gz"))
+              (sha256
+               (base32 "05yxvdnkxr2ll94h6f2m5sn3gg7vrlm9nbdxgmj2g8cp8gfxpfkg"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-ggplot2" ,r-ggplot2)))
+    (home-page "https://cran.r-project.org/web/packages/microbenchmark/index.html")
+    (synopsis "Accurate Timing Functions")
+    (description
+     "Provides infrastructure to accurately measure and compare the
+execution time of R expressions.")
+    (license license:bsd-2)))
-- 
2.5.1


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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-13 16:52 Vicente Vera [this message]
2015-09-15 17:42 ` [PATCH 12/19] gnu: Add r-microbenchmark 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='CAMfbzvB1bqnp+dRUkh=DzUeUO4Q8Ey6ojRF=T+z=7AtCLKgK-g@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.