guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: Add r-codetools.


From: Ricardo Wurmus
Subject: 03/05: gnu: Add r-codetools.
Date: Mon, 21 Mar 2016 14:54:38 +0000

rekado pushed a commit to branch master
in repository guix.

commit 7a6f5f03233c3822d0c0925c2062d15e79f3594e
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 17 17:14:22 2016 +0100

    gnu: Add r-codetools.
    
    * gnu/packages/statistics.scm (r-codetools): New variable.
---
 gnu/packages/statistics.scm |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 217f365..97481b8 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1699,6 +1699,24 @@ traverse through all the elements of a vector, list, or 
other collection of
 data.")
     (license license:asl2.0)))
 
+(define-public r-codetools
+  (package
+    (name "r-codetools")
+    (version "0.2-14")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "codetools" version))
+       (sha256
+        (base32
+         "0y9r4m2b8xgavr89sc179knzwpz54xljbc1dinpq2q07i4xn0397"))))
+    (build-system r-build-system)
+    (home-page "http://cran.r-project.org/web/packages/codetools";)
+    (synopsis "Code analysis tools for R")
+    (description "This package provides code analysis tools for R to check R
+code for possible problems.")
+    (license (list license:gpl2+ license:gpl3+))))
+
 (define-public r-dt
   (package
     (name "r-dt")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]