[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+)))
- branch master updated (46cb1c9 -> 7a06cdf), Ricardo Wurmus, 2018/10/30
- 01/92: gnu: Add r-ini., Ricardo Wurmus, 2018/10/30
- 02/92: gnu: Add r-gh., Ricardo Wurmus, 2018/10/30
- 03/92: gnu: Add r-fs., Ricardo Wurmus, 2018/10/30
- 04/92: gnu: Add r-clisymbols., Ricardo Wurmus, 2018/10/30
- 05/92: gnu: Add r-usethis., Ricardo Wurmus, 2018/10/30
- 08/92: gnu: Add r-xopen., Ricardo Wurmus, 2018/10/30
- 07/92: gnu: Add r-remotes., Ricardo Wurmus, 2018/10/30
- 09/92: gnu: Add r-rcmdcheck., Ricardo Wurmus, 2018/10/30
- 17/92: gnu: r-digest: Update to 0.6.18., Ricardo Wurmus, 2018/10/30
- 10/92: gnu: Add r-rapportools.,
Ricardo Wurmus <=
- 12/92: gnu: Add r-summarytools., Ricardo Wurmus, 2018/10/30
- 16/92: gnu: r-mgcv: Update to 1.8-25., Ricardo Wurmus, 2018/10/30
- 13/92: gnu: Add r-lsei., Ricardo Wurmus, 2018/10/30
- 14/92: gnu: Add r-npsurv., Ricardo Wurmus, 2018/10/30
- 15/92: gnu: r-mass: Update to 7.3-51., Ricardo Wurmus, 2018/10/30
- 18/92: gnu: r-ggplot2: Update to 3.1.0., Ricardo Wurmus, 2018/10/30
- 06/92: gnu: Add r-sessioninfo., Ricardo Wurmus, 2018/10/30
- 11/92: gnu: Add r-pander., Ricardo Wurmus, 2018/10/30
- 19/92: gnu: r-mine: Update to 0.6., Ricardo Wurmus, 2018/10/30
- 21/92: gnu: r-testthat: Update to 2.0.1., Ricardo Wurmus, 2018/10/30