* [bug#65528] [PATCH 1/2] gnu: Add r-oompadata.
@ 2023-08-25 11:06 Navid Afkhami
2023-08-25 11:06 ` [bug#65529] [PATCH 2/2] gnu: Add r-oompabase Navid Afkhami
2023-08-28 8:27 ` bug#65528: [PATCH 1/2] gnu: Add r-oompadata Ricardo Wurmus
0 siblings, 2 replies; 4+ messages in thread
From: Navid Afkhami @ 2023-08-25 11:06 UTC (permalink / raw)
To: 65528; +Cc: Navid Afkhami
* 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#65529] [PATCH 2/2] gnu: Add r-oompabase.
2023-08-25 11:06 [bug#65528] [PATCH 1/2] gnu: Add r-oompadata Navid Afkhami
@ 2023-08-25 11:06 ` Navid Afkhami
2023-08-28 8:44 ` bug#65529: " Ricardo Wurmus
2023-08-28 8:27 ` bug#65528: [PATCH 1/2] gnu: Add r-oompadata Ricardo Wurmus
1 sibling, 1 reply; 4+ messages in thread
From: Navid Afkhami @ 2023-08-25 11:06 UTC (permalink / raw)
To: 65529; +Cc: Navid Afkhami
* 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#65528: [PATCH 1/2] gnu: Add r-oompadata.
2023-08-25 11:06 [bug#65528] [PATCH 1/2] gnu: Add r-oompadata Navid Afkhami
2023-08-25 11:06 ` [bug#65529] [PATCH 2/2] gnu: Add r-oompabase Navid Afkhami
@ 2023-08-28 8:27 ` Ricardo Wurmus
1 sibling, 0 replies; 4+ messages in thread
From: Ricardo Wurmus @ 2023-08-28 8:27 UTC (permalink / raw)
To: 65528-done
Applied, thank you for the patch!
--
Ricardo
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-08-28 8:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-25 11:06 [bug#65528] [PATCH 1/2] gnu: Add r-oompadata Navid Afkhami
2023-08-25 11:06 ` [bug#65529] [PATCH 2/2] gnu: Add r-oompabase Navid Afkhami
2023-08-28 8:44 ` bug#65529: " Ricardo Wurmus
2023-08-28 8:27 ` bug#65528: [PATCH 1/2] gnu: Add r-oompadata Ricardo Wurmus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.