GNU bug report logs - #65528
[PATCH 1/2] gnu: Add r-oompadata.

Previous Next

Package: guix-patches;

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

Date: Fri, 25 Aug 2023 11:07:02 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: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: bug#65528: closed ([PATCH 1/2] gnu: Add r-oompadata.)
Date: Mon, 28 Aug 2023 08:28:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#65528: [PATCH 1/2] gnu: Add r-oompadata.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 65528 <at> debbugs.gnu.org.

-- 
65528: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65528
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 65528-done <at> debbugs.gnu.org
Subject: [PATCH 1/2] gnu: Add r-oompadata.
Date: Mon, 28 Aug 2023 10:27:12 +0200
Applied, thank you for the patch!

-- 
Ricardo

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 223d1d3a3d..65e472860c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2281,6 +2281,29 @@ (define-public r-oenb
 @url{https://www.oenb.at/en/Statistics/User-Defined-Tables/webservice.html}.")
     (license license:gpl2+)))
 
+(define-public r-oompadata
+  (package
+    (name "r-oompadata")
+    (version "3.1.3")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "oompaData" version))
+              (sha256
+               (base32
+                "0gdp7bghgpz3q0h06w8r926x7wkpcvkpyf0v5qfi1qixbpvk5fdf"))))
+    (properties `((upstream-name . "oompaData")))
+    (build-system r-build-system)
+    (home-page "http://oompa.r-forge.r-project.org/")
+    (synopsis "Data to illustrate OOMPA algorithms")
+    (description
+     "OOMPA offers R packages for gene expression and proteomics analysis.
+OOMPA uses S4 classes to construct object-oriented tools with a consistent
+user interface.  All higher level analysis tools in OOMPA are compatible
+with the eSet classes defined in BioConductor.  The lower level processing
+tools offer an alternative to parts of BioConductor, but can also be used
+to enhance existing BioConductor packages.")
+    (license license:asl2.0)))
+
 (define-public r-orgmassspecr
   (package
     (name "r-orgmassspecr")

base-commit: 5c8e8dff607da710ce13a506e2dc42e98ee96737
-- 
2.34.1




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

Previous Next


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