[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/53: gnu: Add r-polycor.
From: |
guix-commits |
Subject: |
12/53: gnu: Add r-polycor. |
Date: |
Sat, 22 Feb 2020 14:46:08 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit c56a2440048575dcf4cfcf15222183ea58df5d48
Author: Lars-Dominik Braun <address@hidden>
AuthorDate: Fri Jan 31 18:27:31 2020 +0100
gnu: Add r-polycor.
* gnu/packages/cran.scm (r-polycor): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 92b4874..f024d05 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19564,3 +19564,26 @@ for model selection, visualization, and estimation of
topic-covariate
regressions.")
(license license:expat)))
+(define-public r-polycor
+ (package
+ (name "r-polycor")
+ (version "0.7-10")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "polycor" version))
+ (sha256
+ (base32
+ "0wzwzklflbhi8sv9m7ijwr16v9zmkk0j0v4pbcpf32f8lbn3psna"))))
+ (properties `((upstream-name . "polycor")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-matrix" ,r-matrix)
+ ("r-mvtnorm" ,r-mvtnorm)))
+ (home-page "https://r-forge.r-project.org/projects/polycor/")
+ (synopsis "Polychoric and polyserial correlations")
+ (description
+ "This package provides tools to compute polychoric and polyserial
+correlations by quick \"two-step\" methods or ML, optionally with standard
+errors; tetrachoric and biserial correlations are special cases.")
+ (license license:gpl2+)))
- branch master updated (5508d9a -> 8017eb0), guix-commits, 2020/02/22
- 01/53: gnu: Add r-fracdiff., guix-commits, 2020/02/22
- 06/53: gnu: Add r-stopwords., guix-commits, 2020/02/22
- 02/53: gnu: Add r-forecast., guix-commits, 2020/02/22
- 09/53: gnu: Add r-quanteda., guix-commits, 2020/02/22
- 08/53: gnu: Add r-snowballc., guix-commits, 2020/02/22
- 05/53: gnu: Add r-isocodes., guix-commits, 2020/02/22
- 12/53: gnu: Add r-polycor.,
guix-commits <=
- 15/53: gnu: Add r-mi., guix-commits, 2020/02/22
- 19/53: gnu: Add r-regsem., guix-commits, 2020/02/22
- 13/53: gnu: Add r-msm., guix-commits, 2020/02/22
- 14/53: gnu: Add r-ltm., guix-commits, 2020/02/22
- 10/53: gnu: Add r-topicmodels., guix-commits, 2020/02/22
- 07/53: gnu: Add r-spacyr., guix-commits, 2020/02/22
- 21/53: gnu: Add r-rpf., guix-commits, 2020/02/22
- 04/53: gnu: Add r-proxyc., guix-commits, 2020/02/22
- 17/53: gnu: Add r-sem., guix-commits, 2020/02/22
- 03/53: gnu: Add r-xmisc., guix-commits, 2020/02/22