[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/15: gnu: Add r-arsenal.
From: |
guix-commits |
Subject: |
01/15: gnu: Add r-arsenal. |
Date: |
Thu, 20 Aug 2020 13:32:47 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 677e83a927fec44cedf84ec9fcae81a85ed17db7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 20 19:23:16 2020 +0200
gnu: Add r-arsenal.
* gnu/packages/cran.scm (r-arsenal): New variable.
---
gnu/packages/cran.scm | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1daa6ed..75d3ef5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14013,6 +14013,45 @@ generalized least squares for serially or spatially
correlated observations,
generalized linear models, and quantile regression.")
(license license:gpl2+)))
+(define-public r-arsenal
+ (package
+ (name "r-arsenal")
+ (version "3.5.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "arsenal" version))
+ (sha256
+ (base32
+ "0avi434wkk3w7axd89a4jwsbb11fi0239mkkla6zasnjwbqgjim0"))))
+ (properties `((upstream-name . "arsenal")))
+ (build-system r-build-system)
+ (propagated-inputs `(("r-knitr" ,r-knitr)))
+ (native-inputs `(("r-knitr" ,r-knitr)))
+ (home-page "https://github.com/mayoverse/arsenal")
+ (synopsis "Functions for large-scale statistical summaries")
+ (description
+ "This package provides an arsenal of R functions for large-scale
+statistical summaries, which are streamlined to work within the latest
+reporting tools in R and RStudio and which use formulas and versatile
+summary statistics for summary tables and models. The primary functions
+include
+
+@enumerate
+@item @code{tableby}, a Table-1-like summary of multiple variable types by the
+ levels of one or more categorical variables;
+@item @code{paired}, a Table-1-like summary of multiple variable types paired
+ across two time points;
+@item @code{modelsum}, which performs simple model fits on one or more
+ endpoints for many variables (univariate or adjusted for covariates);
+@item @code{freqlist}, a powerful frequency table across many categorical
+ variables;
+@item @code{comparedf}, a function for comparing @code{data.frames}; and
+@item @code{write2}, a function to output tables to a document.
+@end enumerate
+")
+ (license license:gpl2+)))
+
(define-public r-haplo-stats
(package
(name "r-haplo-stats")
- branch master updated (2804558 -> d7f578f), guix-commits, 2020/08/20
- 01/15: gnu: Add r-arsenal.,
guix-commits <=
- 02/15: gnu: r-ape: Update to 5.4-1., guix-commits, 2020/08/20
- 08/15: gnu: r-haplo-stats: Update to 1.8.2., guix-commits, 2020/08/20
- 15/15: gnu: r-pbapply: Update to 1.4-3., guix-commits, 2020/08/20
- 06/15: gnu: r-abjutils: Update to 0.3.1., guix-commits, 2020/08/20
- 14/15: gnu: r-chron: Update to 2.3-56., guix-commits, 2020/08/20
- 12/15: gnu: r-mgcv: Update to 1.8-32., guix-commits, 2020/08/20
- 03/15: gnu: r-jomo: Update to 2.7-2., guix-commits, 2020/08/20
- 05/15: gnu: r-hdf5r: Update to 1.3.3., guix-commits, 2020/08/20
- 04/15: gnu: r-hardyweinberg: Update to 1.6.6., guix-commits, 2020/08/20
- 07/15: gnu: r-emmeans: Update to 1.5.0., guix-commits, 2020/08/20