[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/13: gnu: Add r-cca.
From: |
guix-commits |
Subject: |
03/13: gnu: Add r-cca. |
Date: |
Fri, 1 Nov 2024 07:21:25 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit b579bc42dd7b426c6bb520a70c2d042af28800dc
Author: Afkhami, Navid <Navid.Afkhami@mdc-berlin.de>
AuthorDate: Mon Aug 19 15:14:59 2024 +0000
gnu: Add r-cca.
* gnu/packages/cran.scm (r-cca): New variable.
Change-Id: Icc3411c5b57e97d8fc9f6e749f280b62572c32b3
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 43e4cf416b..5209fcc9ce 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -42299,6 +42299,28 @@ least four days in the calendar year. This package
provides functionality to
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 @code{cancor}
+function. These functions provide new numerical and graphical outputs. It
+also includes 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")
- 01/13: gnu: Add r-gggenes., (continued)
- 01/13: gnu: Add r-gggenes., guix-commits, 2024/11/01
- 04/13: gnu: Add r-caliberrfimpute., guix-commits, 2024/11/01
- 06/13: gnu: Add r-scdesign2., guix-commits, 2024/11/01
- 07/13: gnu: Add r-cellchat-2., guix-commits, 2024/11/01
- 13/13: gnu: Add r-netid., guix-commits, 2024/11/01
- 12/13: gnu: Add r-raceid., guix-commits, 2024/11/01
- 09/13: gnu: Add r-runner., guix-commits, 2024/11/01
- 08/13: gnu: Add r-robustrankaggreg., guix-commits, 2024/11/01
- 11/13: gnu: Add r-coop., guix-commits, 2024/11/01
- 02/13: gnu: Add r-shapviz., guix-commits, 2024/11/01
- 03/13: gnu: Add r-cca.,
guix-commits <=
- 05/13: gnu: Add r-spacexr., guix-commits, 2024/11/01
- 10/13: gnu: Add r-fateid., guix-commits, 2024/11/01