[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39416] [PATCH 16/34] gnu: Add package r-matrixcalc
From: |
Lars-Dominik Braun |
Subject: |
[bug#39416] [PATCH 16/34] gnu: Add package r-matrixcalc |
Date: |
Tue, 4 Feb 2020 14:56:08 +0100 |
* gnu/packages/cran.scm (r-matrixcalc): New variable.
---
gnu/packages/cran.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b26b63afcb..81e8731383 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19682,3 +19682,24 @@ Response, and the Generalized Partial Credit Models.")
(description
"The mi package provides functions for data manipulation, imputing
missing values in an approximate Bayesian framework, diagnostics of the models
used to generate the imputations, confidence-building mechanisms to validate
some of the assumptions of the imputation algorithm, and functions to analyze
multiply imputed data sets with the appropriate degree of sampling
uncertainty.")
(license license:gpl2+)))
+
+(define-public r-matrixcalc
+ (package
+ (name "r-matrixcalc")
+ (version "1.0-3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "matrixcalc" version))
+ (sha256
+ (base32
+ "1c4w9dhi5w98qj1wwh9bbpnfk39rhiwjbanalr8bi5nmxkpcmrhp"))))
+ (properties `((upstream-name . "matrixcalc")))
+ (build-system r-build-system)
+ (home-page
+ "https://cran.r-project.org/web/packages/matrixcalc")
+ (synopsis
+ "Collection of functions for matrix calculations")
+ (description
+ "This package provides a collection of functions to support matrix
calculations for probability, econometric and numerical analysis. There are
additional functions that are comparable to APL functions which are useful for
actuarial models such as pension mathematics. This package is used for
teaching and research purposes at the Department of Finance and Risk
Engineering, New York University, Polytechnic Institute, Brooklyn, NY 11201.")
+ (license license:gpl2+)))
--
2.20.1
- [bug#39416] [PATCH 06/34] gnu: Add package r-stopwords, (continued)
- [bug#39416] [PATCH 06/34] gnu: Add package r-stopwords, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 11/34] gnu: Add package r-stm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 13/34] gnu: Add package r-msm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 12/34] gnu: Add package r-polycor, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 15/34] gnu: Add package r-mi, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 17/34] gnu: Add package r-sem, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 18/34] gnu: Add package r-semtools, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 10/34] gnu: Add package r-topicmodels, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 08/34] gnu: Add package r-snowballc, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 14/34] gnu: Add package r-ltm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 16/34] gnu: Add package r-matrixcalc,
Lars-Dominik Braun <=
- [bug#39416] [PATCH 19/34] gnu: Add package r-regsem, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 21/34] gnu: Add package r-rpf, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 20/34] gnu: Add package r-stanheaders, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 23/34] gnu: Add package r-kutils, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 34/34] gnu: Add package r-irtoys, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 31/34] gnu: Add package r-cdm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 24/34] gnu: Add package r-rockchalk, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 25/34] gnu: Add package r-lisreltor, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 22/34] gnu: Add package r-openmx, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 28/34] gnu: Add package r-d3network, Lars-Dominik Braun, 2020/02/04