guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add r-ztable.


From: Ricardo Wurmus
Subject: 01/01: gnu: Add r-ztable.
Date: Fri, 01 Apr 2016 09:47:01 +0000

rekado pushed a commit to branch master
in repository guix.

commit 6499b70ebf8f0de3c0d4741f573e6fe4768c2ef6
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Mar 18 12:14:32 2016 +0100

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

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 1b114b3..0c6c017 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2046,3 +2046,24 @@ directly from R.  Once uploaded to a plotly account, 
plotly graphs (and the
 data behind them) can be viewed and modified in a web browser.")
     (license license:x11)))
 
+
+(define-public r-ztable
+  (package
+    (name "r-ztable")
+    (version "0.1.5")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "ztable" version))
+              (sha256
+               (base32
+                "1jfqnqy9544gfvz3bsb48v4177nwp4b4n9l2743asq8sbq305b5r"))))
+    (build-system r-build-system)
+    (home-page "http://cran.r-project.org/web/packages/ztable";)
+    (synopsis "Zebra-striped tables in LaTeX and HTML formats for R")
+    (description
+     "This package provides functions to make zebra-striped tables (tables
+with alternating row colors) in LaTeX and HTML formats easily from
address@hidden, @code{matrix}, @code{lm}, @code{aov}, @code{anova},
address@hidden, @code{coxph}, @code{nls}, @code{fitdistr}, @code{mytable} and
address@hidden objects.")
+    (license license:gpl2+)))



reply via email to

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