guix-commits
[Top][All Lists]
Advanced

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

02/218: gnu: Add r-ca.


From: guix-commits
Subject: 02/218: gnu: Add r-ca.
Date: Fri, 4 Nov 2022 05:14:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 71a0f7f5426857d9d1222775f7ab775fd925b15e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 3 21:36:10 2022 +0100

    gnu: Add r-ca.
    
    * gnu/packages/cran.scm (r-ca): New variable.
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 036674b0f0..f6a23ee673 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -213,6 +213,26 @@ functions always read and write UTF-8 (8-bit Unicode 
Transformation Format)
 files and provide more explicit control over line endings.")
     (license license:expat)))
 
+(define-public r-ca
+  (package
+    (name "r-ca")
+    (version "0.71.1")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "ca" version))
+              (sha256
+               (base32
+                "095lk7p2b9835hc3a03c4019wg0baf0dhz6c2vqpaq1m9k4jy304"))))
+    (properties `((upstream-name . "ca")))
+    (build-system r-build-system)
+    (home-page "http://www.carme-n.org/";)
+    (synopsis "Simple, multiple and joint correspondence analysis")
+    (description
+     "This is a package for computation and visualization of simple,
+multiple and joint correspondence analysis.")
+    ;; Any version of the GPL
+    (license license:gpl3+)))
+
 (define-public r-cachem
   (package
     (name "r-cachem")



reply via email to

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