From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <59908@debbugs.gnu.org>
Cc: rekado@elephly.net
Subject: [bug#59908] [PATCH 3/4] gnu: Add r-pepsnmr.
Date: Thu, 8 Dec 2022 20:22:31 +0100 [thread overview]
Message-ID: <20221208192232.16413-3-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <20221208192232.16413-1-madalinionel.patrascu@mdc-berlin.de>
* gnu/packages/bioconductor.scm (r-pepsnmr): New variable.
---
gnu/packages/bioconductor.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index c62c5970b8..740ec4b84b 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8323,6 +8323,35 @@ (define-public r-perfmeas
a given recall, F-score for single and multiple classes are available.")
(license license:gpl2+)))
+(define-public r-pepsnmr
+ (package
+ (name "r-pepsnmr")
+ (version "1.16.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "PepsNMR" version))
+ (sha256
+ (base32
+ "02i29jinawssqlb33wvj0h9w6cfcvamlyfxdynd38jmwx23l15l5"))))
+ (properties `((upstream-name . "PepsNMR")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-ggplot2
+ r-gridextra
+ r-matrix
+ r-matrixstats
+ r-ptw
+ r-reshape2))
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/ManonMartin/PepsNMR")
+ (synopsis "Pre-process 1H-NMR FID signals")
+ (description
+ "This package provides R functions for common pre-processing steps that are
+applied on @acronym{1H-NMR, proton nuclear magnetic resonance} data. It also
+provides a function to read the @acronym{FID, free induction decay} signals
+directly in the Bruker format.")
+ (license license:gpl2)))
+
;; This is a CRAN package, but it depends on a Bioconductor package.
(define-public r-codedepends
(package
--
2.38.1
next prev parent reply other threads:[~2022-12-08 19:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-08 18:41 [bug#59908] [PATCH] gnu: Add r-rcppde, r-ptw, r-pepsnmr and r-asics MadalinIonel.Patrascu
2022-12-08 19:22 ` [bug#59908] [PATCH 1/4] gnu: Add r-rcppde Mădălin Ionel Patrașcu
2022-12-08 19:22 ` [bug#59908] [PATCH 2/4] gnu: Add r-ptw Mădălin Ionel Patrașcu
2022-12-08 19:22 ` Mădălin Ionel Patrașcu [this message]
2022-12-08 19:22 ` [bug#59908] [PATCH 4/4] gnu: Add r-asics Mădălin Ionel Patrașcu
2022-12-12 17:44 ` bug#59908: [PATCH 1/4] gnu: Add r-rcppde 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=20221208192232.16413-3-madalinionel.patrascu@mdc-berlin.de \
--to=madalinionel.patrascu@mdc-berlin.de \
--cc=59908@debbugs.gnu.org \
--cc=rekado@elephly.net \
/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).