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

  • Done
  • quality assurance status badge
Details
2 participants
  • Navid Afkhami
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Navid Afkhami
Severity
normal
N
N
Navid Afkhami wrote on 25 Aug 2023 13:06
(address . guix-patches@gnu.org)(name . Navid Afkhami)(address . navid.afkhami@mdc-berlin.de)
101858d305defcbe2f111fc2b93bd02c6d982499.1692961567.git.navid.afkhami@mdc-berlin.de
* gnu/packages/cran.scm (r-oompadata): New variable.
---
gnu/packages/cran.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)

Toggle diff (38 lines)
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
R
R
Ricardo Wurmus wrote on 28 Aug 2023 10:27
(address . 65528-done@debbugs.gnu.org)
874jkjfu6i.fsf@elephly.net
Applied, thank you for the patch!

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65528@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65528
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch