[PATCH 2/2] gnu: Add r-oompabase.

  • 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)
bb0aa797f3d782ff5270102f1e046dd8b0b65b71.1692961567.git.navid.afkhami@mdc-berlin.de
* gnu/packages/cran.scm (r-oompabase): New variable.
---
gnu/packages/cran.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

Toggle diff (34 lines)
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
R
R
Ricardo Wurmus wrote on 28 Aug 2023 10:44
(address . 65529-done@debbugs.gnu.org)
87v8czeeu4.fsf@elephly.net
Applied, thank you!

--
Ricardo
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 65529
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