GNU bug report logs - #55379
[PATCH 01/14] gnu: Add r-gpg.

Previous Next

Package: guix-patches;

Reported by: kyle <kyle <at> posteo.net>

Date: Thu, 12 May 2022 02:11:02 UTC

Severity: normal

Tags: moreinfo, patch

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

Bug is archived. No further changes may be made.

Full log


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

From: kyle <kyle <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Kyle Andrews <kyle <at> posteo.net>
Subject: [PATCH 07/14] gnu: Add r-ca.
Date: Thu, 12 May 2022 02:10:27 +0000
From: Kyle Andrews <kyle <at> posteo.net>

---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2cd4b8d2a6..b5946070b0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33385,6 +33385,26 @@ (define-public r-vcdextra
 Friendly and David Meyer.")
    (license license:gpl2+)))
 
+(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
+    "Computation and visualization of simple, multiple and joint correspondence analysis.")
+   (license (list license:gpl2+ license:gpl3+))))
+
 (define r-gpg
   (package
    (name "r-gpg")
-- 
2.36.0





This bug report was last modified 68 days ago.

Previous Next


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