* [bug#72713] [PATCH] gnu: Add r-cca.
@ 2024-08-19 15:14 Afkhami, Navid
2024-11-01 11:23 ` bug#72713: " Ricardo Wurmus
0 siblings, 1 reply; 2+ messages in thread
From: Afkhami, Navid @ 2024-08-19 15:14 UTC (permalink / raw)
To: 72713; +Cc: Afkhami, Navid
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72713: [PATCH] gnu: Add r-cca.
2024-08-19 15:14 [bug#72713] [PATCH] gnu: Add r-cca Afkhami, Navid
@ 2024-11-01 11:23 ` Ricardo Wurmus
0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2024-11-01 11:23 UTC (permalink / raw)
To: 72713-done
Applied, thanks!
--
Ricardo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-01 11:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-19 15:14 [bug#72713] [PATCH] gnu: Add r-cca Afkhami, Navid
2024-11-01 11:23 ` bug#72713: " Ricardo Wurmus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.