GNU bug report logs - #72713
[PATCH] gnu: Add r-cca.

Previous Next

Package: guix-patches;

Reported by: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>

Date: Mon, 19 Aug 2024 15:19:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72713 in the body.
You can then email your comments to 72713 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#72713; Package guix-patches. (Mon, 19 Aug 2024 15:19:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 19 Aug 2024 15:19:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>
Subject: [PATCH] gnu: Add r-cca.
Date: Mon, 19 Aug 2024 15:14:59 +0000
* 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





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Fri, 01 Nov 2024 11:24:02 GMT) Full text and rfc822 format available.

Notification sent to "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>:
bug acknowledged by developer. (Fri, 01 Nov 2024 11:24:03 GMT) Full text and rfc822 format available.

Message #10 received at 72713-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 72713-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add r-cca.
Date: Fri, 01 Nov 2024 12:23:42 +0100
Applied, thanks!

-- 
Ricardo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 29 Nov 2024 12:24:08 GMT) Full text and rfc822 format available.

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.