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, Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Subject: Re: [PATCH 17/19] gnu: Add r-testthat.
Date: Tue, 15 Sep 2015 14:46:00 -0300	[thread overview]
Message-ID: <CAMfbzvBX4P7HQFgfSpn8mfgkxazf+L=FTvcGN6nGYbjNDbE=cA@mail.gmail.com> (raw)
In-Reply-To: <CAMfbzvCkM443X9zmak0MKudB7jEwhjxXHH1PjBxy=Bg1JSK3eQ@mail.gmail.com>

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

Updated patch attached.

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

[-- Attachment #2: 0017-gnu-Add-r-testthat.patch --]
[-- Type: text/x-patch, Size: 1548 bytes --]

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

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

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 78f6383..b72c4ad 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -877,3 +877,27 @@ automatically detected.  Colors and highlighting can be combined and nested.
 New styles can also be created easily.  This package was inspired by the
 \"chalk\" JavaScript project.")
     (license license:expat)))
+
+(define-public r-testthat
+  (package
+    (name "r-testthat")
+    (version "0.10.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://cran/src/contrib/testthat_"
+                                  version ".tar.gz"))
+              (sha256
+               (base32
+                "0b3akwcx5mv9dmi8vssbk91hr3yrrdxd2fm6zhr31fnyz8kjx4pw"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-digest" ,r-digest)
+       ("r-crayon" ,r-crayon)))
+    (home-page
+     "https://github.com/hadley/testthat")
+    (synopsis
+     "Unit testing for R")
+    (description
+     "This package provides a unit testing system designed to be fun, flexible
+and easy to set up.")
+    (license license:expat)))
-- 
2.5.2


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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-13 16:55 [PATCH 17/19] gnu: Add r-testthat Vicente Vera
2015-09-15 17:46 ` Vicente Vera [this message]

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='CAMfbzvBX4P7HQFgfSpn8mfgkxazf+L=FTvcGN6nGYbjNDbE=cA@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 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.