GNU bug report logs - #39416
Bulk import of R packages

Previous Next

Package: guix-patches;

Reported by: Lars-Dominik Braun <ldb <at> leibniz-psychology.org>

Date: Tue, 4 Feb 2020 13:55:01 UTC

Severity: normal

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


Message #41 received at 39416 <at> debbugs.gnu.org (full text, mbox):

From: Lars-Dominik Braun <ldb <at> leibniz-psychology.org>
To: 39416 <at> debbugs.gnu.org
Cc: Lars-Dominik Braun <ldb <at> leibniz-psychology.org>
Subject: [PATCH 12/34] gnu: Add package r-polycor
Date: Tue,  4 Feb 2020 14:56:04 +0100
* gnu/packages/cran.scm (r-polycor): 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 4b7ce21b1f..8c436d4c75 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19580,3 +19580,27 @@ et al (2016) <doi:10.1080/01621459.2016.1141684>.  Vignette is Roberts et al
 (2019) <doi:10.18637/jss.v091.i02>.")
     (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
+      "Computes 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+)))
-- 
2.20.1





This bug report was last modified 5 years and 84 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.