GNU bug report logs - #65529
[PATCH 2/2] gnu: Add r-oompabase.

Previous Next

Package: guix-patches;

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

Date: Fri, 25 Aug 2023 11:07:03 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 65529 in the body.
You can then email your comments to 65529 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#65529; Package guix-patches. (Fri, 25 Aug 2023 11:07:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 25 Aug 2023 11:07:03 GMT) Full text and rfc822 format available.

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

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 2/2] gnu: Add r-oompabase.
Date: Fri, 25 Aug 2023 11:06:07 +0000
* gnu/packages/cran.scm (r-oompabase): New variable.
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 65e472860c..2a6318626d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2304,6 +2304,27 @@ (define-public r-oompadata
 to enhance existing BioConductor packages.")
     (license license:asl2.0)))
 
+(define-public r-oompabase
+  (package
+    (name "r-oompabase")
+    (version "3.2.9")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "oompaBase" version))
+              (sha256
+               (base32
+                "1cmw2s5dznmv675484jgvkzgvi6vhg0zbxsq6zhpqsisf672pjhl"))))
+    (properties `((upstream-name . "oompaBase")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-cluster))
+    (home-page "http://oompa.r-forge.r-project.org/")
+    (synopsis "Class unions, matrix operations, and color schemes for OOMPA")
+    (description
+     "This Package preloads class unions for defining/loading core OOMPA tools.
+It also includes vectorized operations for row-by-row means, variances, and
+t-tests.  Finally, it provides new colorschemes.")
+    (license license:asl2.0)))
+
 (define-public r-orgmassspecr
   (package
     (name "r-orgmassspecr")
-- 
2.34.1





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Mon, 28 Aug 2023 08:45:02 GMT) Full text and rfc822 format available.

Notification sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
bug acknowledged by developer. (Mon, 28 Aug 2023 08:45:02 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 65529-done <at> debbugs.gnu.org
Subject: [PATCH 2/2] gnu: Add r-oompabase.
Date: Mon, 28 Aug 2023 10:44:06 +0200
Applied, thank you!

-- 
Ricardo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 25 Sep 2023 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 229 days ago.

Previous Next


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