guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: Add r-exposition.


From: guix-commits
Subject: 06/07: gnu: Add r-exposition.
Date: Thu, 15 Sep 2022 09:24:15 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c8accb5eb6cd911dc913d1054418a9e94d27344c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 15 15:20:38 2022 +0200

    gnu: Add r-exposition.
    
    * gnu/packages/cran.scm (r-exposition): 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 691c2eeb4e..3312c2d102 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8020,6 +8020,29 @@ sample Robust Rank-Order Distributional Test.")
 exponential, logarithm, square root, and related quantities.")
     (license license:gpl2+)))
 
+(define-public r-exposition
+  (package
+    (name "r-exposition")
+    (version "2.8.23")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "ExPosition" version))
+              (sha256
+               (base32
+                "0x9400ggmgrnaish0cfgnyvw549g4ibfv9aj6vzq7j68n58vq405"))))
+    (properties `((upstream-name . "ExPosition")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-prettygraphs))
+    (home-page "https://cran.r-project.org/package=ExPosition";)
+    (synopsis "Exploratory analysis with the singular value decomposition")
+    (description
+     "This package provides a variety of descriptive multivariate analyses
+with the singular value decomposition, such as principal components analysis,
+correspondence analysis, and multidimensional scaling.  See An ExPosition of
+the Singular Value Decomposition in R (Beaton et al 2014)
+<doi:10.1016/j.csda.2013.11.006>.")
+    (license license:gpl2)))
+
 (define-public r-complexplus
   (package
     (name "r-complexplus")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]