[bug#55379,07/14] gnu: Add r-ca.
Commit Message
From: Kyle Andrews <kyle@posteo.net>
---
gnu/packages/cran.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
@@ -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")