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 2/4] gnu: Add r-ptw.
Date: Thu, 8 Dec 2022 20:22:30 +0100 [thread overview]
Message-ID: <20221208192232.16413-2-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <20221208192232.16413-1-madalinionel.patrascu@mdc-berlin.de>
* gnu/packages/cran.scm (r-ptw): New variable.
---
gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 016eeb4821..4561d50e02 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4858,6 +4858,32 @@ (define-public r-powerlaw
;; Any of these GPL versions.
(license (list license:gpl2 license:gpl3))))
+(define-public r-ptw
+ (package
+ (name "r-ptw")
+ (version "1.9-16")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "ptw" version))
+ (sha256
+ (base32
+ "0rma3h9ksc5qigdvk5vappb4ipd4rpk64wckzcxvxspakr5w71vy"))))
+ (properties `((upstream-name . "ptw")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-rcppde))
+ (home-page "https://github.com/rwehrens/ptw")
+ (synopsis "Parametric time warping")
+ (description
+ "Parametric time warping aligns patterns. It aims to put corresponding
+features at the same locations. The algorithm searches for an optimal polynomial
+describing the warping. It is possible to align one sample to a reference, several
+samples to the same reference, or several samples to several references. One can
+choose between calculating individual warpings, or one global warping for a set
+of samples and one reference. Two optimization criteria are implemented: @acronym{
+RMS, Root Mean Square} error and @acronym{WCC, Weighted Cross Correlation}. Both
+warping of peak profiles and of peak lists are supported.")
+ (license license:gpl2+)))
+
(define-public r-compare
(package
(name "r-compare")
--
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 ` Mădălin Ionel Patrașcu [this message]
2022-12-08 19:22 ` [bug#59908] [PATCH 3/4] gnu: Add r-pepsnmr Mădălin Ionel Patrașcu
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221208192232.16413-2-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 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.