[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/158: gnu: Add r-memisc.
From: |
guix-commits |
Subject: |
12/158: gnu: Add r-memisc. |
Date: |
Sun, 19 Mar 2023 13:24:01 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 8eccc02ec995f69f3dbe3fe22010503e9ea2aa00
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Mar 19 14:36:40 2023 +0100
gnu: Add r-memisc.
* gnu/packages/cran.scm (r-memisc): New variable.
---
gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 97aeda4169..e2020ce0e5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31143,6 +31143,32 @@ theory; see @url{Strumbel and Kononenko (2014),
doi.org/10.1007/s10115-013-0679-x} for details.")
(license license:gpl2+)))
+(define-public r-memisc
+ (package
+ (name "r-memisc")
+ (version "0.99.31.6")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "memisc" version))
+ (sha256
+ (base32
+ "0vnrq6lkqzba76222fsw9hp0sasq65r43iyc23nw6q3fzi7nncsj"))))
+ (properties `((upstream-name . "memisc")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-data-table r-jsonlite r-lattice r-mass r-yaml))
+ (native-inputs (list r-knitr))
+ (home-page "https://www.elff.eu/software/memisc/")
+ (synopsis "Management of survey data and presentation of analysis results")
+ (description
+ "This package provides infrastructure for the management of survey data
+including value labels, definable missing values, recoding of variables,
+production of code books, and import of (subsets of) SPSS and Stata files is
+provided. Further, the package allows to produce tables and data frames of
+arbitrary descriptive statistics and (almost) publication-ready tables of
+regression model estimates, which can be exported to LaTeX and HTML.")
+ ;; Either of these two version.
+ (license (list license:gpl2 license:gpl3))))
+
(define-public r-memuse
(package
(name "r-memuse")
- 09/158: gnu: r-sf: Update to 1.0-11., (continued)
- 09/158: gnu: r-sf: Update to 1.0-11., guix-commits, 2023/03/19
- 13/158: gnu: Add r-mclogit., guix-commits, 2023/03/19
- 14/158: gnu: r-shadowtext: Update indentation., guix-commits, 2023/03/19
- 02/158: gnu: Add libuv-for-r-httpuv., guix-commits, 2023/03/19
- 15/158: gnu: r-memuse: Adjust indentation., guix-commits, 2023/03/19
- 16/158: gnu: r-numbat: Update to 1.2.2., guix-commits, 2023/03/19
- 18/158: gnu: r-mutoss: Update to 0.1-13., guix-commits, 2023/03/19
- 19/158: gnu: r-afpt: Update to 1.1.0.3., guix-commits, 2023/03/19
- 01/158: gnu: r-dt: Update to 0.27., guix-commits, 2023/03/19
- 10/158: gnu: r-leaflet: Update to 2.1.2., guix-commits, 2023/03/19
- 12/158: gnu: Add r-memisc.,
guix-commits <=
- 11/158: gnu: r-qs: Update to 0.25.5., guix-commits, 2023/03/19
- 21/158: gnu: r-castor: Update to 1.7.8., guix-commits, 2023/03/19
- 22/158: gnu: r-googlevis: Update to 0.7.1., guix-commits, 2023/03/19
- 27/158: gnu: r-modelenv: Update to 0.1.1., guix-commits, 2023/03/19
- 20/158: gnu: r-cachem: Update to 1.0.7., guix-commits, 2023/03/19
- 23/158: gnu: r-gson: Update to 0.1.0., guix-commits, 2023/03/19
- 29/158: gnu: r-rstpm2: Update to 1.6.2., guix-commits, 2023/03/19
- 30/158: gnu: r-gensa: Update to 1.1.8., guix-commits, 2023/03/19
- 24/158: gnu: r-climaemet: Update to 1.1.0., guix-commits, 2023/03/19
- 26/158: gnu: r-readxl: Update to 1.4.2., guix-commits, 2023/03/19