GNU bug report logs -
#65528
[PATCH 1/2] gnu: Add r-oompadata.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65528 in the body.
You can then email your comments to 65528 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#65528
; Package
guix-patches
.
(Fri, 25 Aug 2023 11:07:02 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:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Mon, 28 Aug 2023 08:28: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:28:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 65528-done <at> debbugs.gnu.org (full text, mbox):
Applied, thank you for the patch!
--
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:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 228 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.