unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: 65529@debbugs.gnu.org
Cc: Navid Afkhami <navid.afkhami@mdc-berlin.de>
Subject: [bug#65529] [PATCH 2/2] gnu: Add r-oompabase.
Date: Fri, 25 Aug 2023 11:06:07 +0000	[thread overview]
Message-ID: <bb0aa797f3d782ff5270102f1e046dd8b0b65b71.1692961567.git.navid.afkhami@mdc-berlin.de> (raw)
In-Reply-To: <101858d305defcbe2f111fc2b93bd02c6d982499.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(+)

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





  reply	other threads:[~2023-08-25 11:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-25 11:06 [bug#65528] [PATCH 1/2] gnu: Add r-oompadata Navid Afkhami
2023-08-25 11:06 ` Navid Afkhami [this message]
2023-08-28  8:44   ` bug#65529: [PATCH 2/2] gnu: Add r-oompabase Ricardo Wurmus
2023-08-28  8:27 ` bug#65528: [PATCH 1/2] gnu: Add r-oompadata Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bb0aa797f3d782ff5270102f1e046dd8b0b65b71.1692961567.git.navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=65529@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).