GNU bug report logs -
#72713
[PATCH] gnu: Add r-cca.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 01 Nov 2024 12:23:42 +0100
with message-id <87ed3vkxj5.fsf <at> elephly.net>
and subject line [PATCH] gnu: Add r-cca.
has caused the debbugs.gnu.org bug report #72713,
regarding [PATCH] gnu: Add r-cca.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
72713: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72713
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/cran.scm (r-cca): New variable.
Change-Id: Icc3411c5b57e97d8fc9f6e749f280b62572c32b3
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3f964857ff..a9298e90b7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -41977,6 +41977,28 @@ (define-public r-mmwrweek
convert dates to MMWR day, week, and year and the reverse.")
(license license:gpl2+)))
+(define-public r-cca
+ (package
+ (name "r-cca")
+ (version "1.2.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "CCA" version))
+ (sha256
+ (base32 "0r1f7m64608hq6bpw36wsw6fr4s8bj26x4062brqgn5dbpqlgczk"))))
+ (properties `((upstream-name . "CCA")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-fda r-fields))
+ (home-page "https://cran.r-project.org/package=CCA")
+ (synopsis "Canonical correlation analysis")
+ (description
+ "This package contains a set of functions that extend the cancor function.
+These functions provide new numerical and graphical outputs. It also include a
+regularized extension of the canonical correlation analysis to deal with
+datasets with more variables than observations.")
+ (license license:gpl2+)))
+
(define-public r-cccd
(package
(name "r-cccd")
base-commit: d3832de763777759eb1f56e20731cb39da4c7b5b
--
2.34.1
[Message part 3 (message/rfc822, inline)]
Applied, thanks!
--
Ricardo
This bug report was last modified 260 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.