unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Vicente Vera <vicentemvp@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH 13/19] gnu: Add r-codetools.
Date: Sun, 13 Sep 2015 13:52:54 -0300	[thread overview]
Message-ID: <CAMfbzvBcNGx4bKJcNKX-71stPFJruZ5hNKYEd4UQUmsxAAnFUw@mail.gmail.com> (raw)

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



[-- Attachment #2: 0013-gnu-Add-r-codetools.patch --]
[-- Type: text/x-patch, Size: 1359 bytes --]

From 13d1a1da76a4c21ea3b5c64f1e6fe60e82831f71 Mon Sep 17 00:00:00 2001
From: Vicente Vera Parra <vicentemvp@gmail.com>
Date: Sun, 13 Sep 2015 13:23:00 -0300
Subject: [PATCH 13/19] gnu: Add r-codetools.

* gnu/packages/statistics.scm (r-codetools): 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 1265e4d..197fbb0 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -751,3 +751,20 @@ R using Literate Programming techniques.")
      "Provides infrastructure to accurately measure and compare the
 execution time of R expressions.")
     (license license:bsd-2)))
+
+(define-public r-codetools
+  (package
+    (name "r-codetools")
+    (version "0.2-14")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://cran/src/contrib/codetools_"
+                                  version ".tar.gz"))
+              (sha256
+               (base32 "0y9r4m2b8xgavr89sc179knzwpz54xljbc1dinpq2q07i4xn0397"))))
+    (build-system r-build-system)
+    (home-page "https://cran.r-project.org/web/packages/codetools/index.html")
+    (synopsis "Code Analysis Tools for R")
+    (description
+     "Code analysis tools for R.")
+    (license license:gpl3+)))
-- 
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:43 ` [PATCH 13/19] gnu: Add r-codetools 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=CAMfbzvBcNGx4bKJcNKX-71stPFJruZ5hNKYEd4UQUmsxAAnFUw@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 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).