GNU bug report logs - #74117
[PATCH] gnu: Add r-coop.

Previous Next

Package: guix-patches;

Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>

Date: Wed, 30 Oct 2024 19:03:01 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#74117: closed ([PATCH] gnu: Add r-coop.)
Date: Fri, 01 Nov 2024 11:29:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 01 Nov 2024 12:28:05 +0100
with message-id <87frobjire.fsf <at> elephly.net>
and subject line [PATCH] gnu: Add r-coop.
has caused the debbugs.gnu.org bug report #74117,
regarding [PATCH] gnu: Add r-coop.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
74117: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74117
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: [PATCH] gnu: Add r-coop.
Date: Wed, 30 Oct 2024 19:01:55 +0000
* gnu/packages/cran.scm (r-coop): New variable.

Change-Id: Idb79f51b518a16bf6410cc4239a69ee654c6c95d
---
 gnu/packages/cran.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index aa57134166..6c0861509d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -40805,6 +40805,29 @@ (define-public r-contfrac
       "Various utilities for evaluating continued fractions.")
     (license license:gpl2)))
 
+(define-public r-coop
+  (package
+    (name "r-coop")
+    (version "0.6-3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "coop" version))
+       (sha256
+        (base32 "0ww99ssgawsgn6rqy838wbx6iirzdrzyxirvz084ih8j50blx420"))))
+    (properties `((upstream-name . "coop")))
+    (build-system r-build-system)
+    (home-page "https://github.com/wrathematics/coop")
+    (synopsis
+     "Co-Operation: fast covariance, correlation, and cosine similarity computations")
+    (description
+     "R-coop offers implementations of covariance, correlation and cosine similarity.
+The implementations are fast and memory-efficient and their use is resolved
+automatically based on the input data, handled by R's S3 methods.  Full
+descriptions of the algorithms and benchmarks are available in the package
+vignettes.")
+    (license license:bsd-2)))
+
 (define-public r-elliptic
   (package
     (name "r-elliptic")

base-commit: d6f775c30c6f47e174f6110d1089edc6315600e4
prerequisite-patch-id: 54292fa0b75533f02730e2da44993ad685d4a432
prerequisite-patch-id: 360575ef7e49c4e4e6b52644964df061856aee57
prerequisite-patch-id: 3904682af2961b8cb06ced06ab62c60604114dad
-- 
2.43.0



[Message part 3 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 74117-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add r-coop.
Date: Fri, 01 Nov 2024 12:28:05 +0100
Thanks for the patch!  Applied.

-- 
Ricardo


This bug report was last modified 204 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.