guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: Add r-plotrix.


From: Ricardo Wurmus
Subject: 03/05: gnu: Add r-plotrix.
Date: Fri, 11 Dec 2015 14:44:26 +0000

rekado pushed a commit to branch master
in repository guix.

commit 60a9d3d0ac537b25a0dba79fde91d34099281c58
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 26 16:59:49 2015 +0100

    gnu: Add r-plotrix.
    
    * gnu/packages/statistics.scm (r-plotrix): 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 f7f2377..a374db7 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1287,3 +1287,21 @@ tools to simplify the devolpment of R packages.")
      "This package provides functions to read flat or tabular text files from
 disk (or a connection).")
     (license license:gpl2+)))
+
+(define-public r-plotrix
+  (package
+    (name "r-plotrix")
+    (version "3.6")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "plotrix" version))
+              (sha256
+               (base32
+                "0zn6k8azh40v0lg7q9yd4sy30a26bcc0fjvndn4z7k36avlw4i25"))))
+    (build-system r-build-system)
+    (home-page "http://cran.r-project.org/web/packages/plotrix";)
+    (synopsis "Various plotting functions")
+    (description
+     "This package provides lots of plotting, various labeling, axis and color
+scaling functions for R.")
+    (license license:gpl2+)))



reply via email to

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