all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <54991@debbugs.gnu.org>
Subject: [bug#54991] [PATCH 2/3] gnu: Add r-orgmassspecr.
Date: Sun, 17 Apr 2022 17:10:45 +0200	[thread overview]
Message-ID: <20220417151046.2206-2-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <20220417151046.2206-1-madalinionel.patrascu@mdc-berlin.de>

* gnu/packages/cran.scm (r-orgmassspecr): New variable.
---
 gnu/packages/cran.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index bc95eee065..17396d130c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1068,6 +1068,28 @@ (define-public r-oenb
 @url{https://www.oenb.at/en/Statistics/User-Defined-Tables/webservice.html}.")
     (license license:gpl2+)))
 
+(define-public r-orgmassspecr
+  (package
+    (name "r-orgmassspecr")
+    (version "0.5-3")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "OrgMassSpecR" version))
+              (sha256
+               (base32
+                "1dx9d8rb1dfqyhyc26zhfnxiv3rz2ikvs2mwqnsrq3lsjs9dvyc8"))))
+    (properties `((upstream-name . "OrgMassSpecR")))
+    (build-system r-build-system)
+    (native-inputs (list r-knitr))
+    (home-page "http://OrgMassSpec.github.io/")
+    (synopsis "Organic or biological mass spectrometry data analysis")
+    (description
+     "This package @code{OrgMassSpecR} is an extension of the @code{R}
+statistical computing language.  It contains functions to assist with organic
+or biological mass spectrometry data analysis.  Mass spectral libraries are
+available as companion packages.")
+    (license license:bsd-2)))
+
 (define-public r-scales
   (package
     (name "r-scales")
-- 
2.34.0





  reply	other threads:[~2022-04-17 15:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-17 13:41 [bug#54991] gnu: Add r-adductomicsr, r-adductdata and r-orgmassspecr MadalinIonel.Patrascu
2022-04-17 15:10 ` [bug#54991] [PATCH 1/3] gnu: Add r-adductdata Mădălin Ionel Patrașcu
2022-04-17 15:10   ` Mădălin Ionel Patrașcu [this message]
2022-04-17 15:10   ` [bug#54991] [PATCH 3/3] gnu: Add r-adductomicsr Mădălin Ionel Patrașcu
2022-05-02 13:21 ` bug#54991: gnu: Add r-adductomicsr, r-adductdata and r-orgmassspecr 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

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

  git send-email \
    --in-reply-to=20220417151046.2206-2-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=54991@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 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.