guix-commits
[Top][All Lists]
Advanced

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

10/92: gnu: Add r-rapportools.


From: Ricardo Wurmus
Subject: 10/92: gnu: Add r-rapportools.
Date: Tue, 30 Oct 2018 16:48:43 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9b02d1a11e75044d46e5341b47659d45b1ecb21f
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Oct 28 19:22:23 2018 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c6fab75..ab93c83 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6910,3 +6910,27 @@ directories or URLs with their associated programs.")
      "Run @code{R CMD check} from R programmatically, and capture the results
 of the individual checks.")
     (license license:expat)))
+
+(define-public r-rapportools
+  (package
+    (name "r-rapportools")
+    (version "1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "rapportools" version))
+       (sha256
+        (base32
+         "1sgv4sc737i12arh5dc3263kjsz3dzg06qihfmrqyax94mv2d01b"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-pander" ,r-pander)
+       ("r-plyr" ,r-plyr)
+       ("r-reshape" ,r-reshape)))
+    (home-page "https://cran.r-project.org/web/packages/rapportools/";)
+    (synopsis "Miscellaneous helper functions with sane defaults for 
reporting")
+    (description
+     "This package provides helper functions that act as wrappers to more
+advanced statistical methods with the advantage of having sane defaults for
+quick reporting.")
+    (license license:agpl3+)))



reply via email to

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