From: "Afkhami, Navid" <Navid.Afkhami@mdc-berlin.de>
To: 72713@debbugs.gnu.org
Cc: "Afkhami, Navid" <Navid.Afkhami@mdc-berlin.de>
Subject: [bug#72713] [PATCH] gnu: Add r-cca.
Date: Mon, 19 Aug 2024 15:14:59 +0000 [thread overview]
Message-ID: <0a3b40feff33c9e3e5804df87165984b45797964.1724080499.git.Navid.Afkhami@mdc-berlin.de> (raw)
* 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
next reply other threads:[~2024-08-19 15:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-19 15:14 Afkhami, Navid [this message]
2024-11-01 11:23 ` bug#72713: [PATCH] gnu: Add r-cca Ricardo Wurmus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0a3b40feff33c9e3e5804df87165984b45797964.1724080499.git.Navid.Afkhami@mdc-berlin.de \
--to=navid.afkhami@mdc-berlin.de \
--cc=72713@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.