From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id ULXqCp85kmMfJwEAbAwnHQ (envelope-from ) for ; Thu, 08 Dec 2022 20:23:11 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id sDP9Cp85kmMPuwAAauVa8A (envelope-from ) for ; Thu, 08 Dec 2022 20:23:11 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id E1AA12449E for ; Thu, 8 Dec 2022 20:23:10 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p3MU4-0000V7-6k; Thu, 08 Dec 2022 14:23:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3MU2-0000SQ-13 for guix-patches@gnu.org; Thu, 08 Dec 2022 14:23:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1p3MU1-0000Jb-P1 for guix-patches@gnu.org; Thu, 08 Dec 2022 14:23:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1p3MU1-0002g0-JY; Thu, 08 Dec 2022 14:23:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#59908] [PATCH 2/4] gnu: Add r-ptw. Resent-From: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Original-Sender: "Debbugs-submit" Resent-CC: rekado@elephly.net, guix-patches@gnu.org Resent-Date: Thu, 08 Dec 2022 19:23:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59908 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: <59908@debbugs.gnu.org> Cc: rekado@elephly.net X-Debbugs-Original-Xcc: rekado@elephly.net Received: via spool by 59908-submit@debbugs.gnu.org id=B59908.167052737410241 (code B ref 59908); Thu, 08 Dec 2022 19:23:01 +0000 Received: (at 59908) by debbugs.gnu.org; 8 Dec 2022 19:22:54 +0000 Received: from localhost ([127.0.0.1]:58616 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3MTu-0002f7-HY for submit@debbugs.gnu.org; Thu, 08 Dec 2022 14:22:54 -0500 Received: from a2062.mx.srv.dfn.de ([194.95.232.172]:41549) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3MTs-0002ec-M4 for 59908@debbugs.gnu.org; Thu, 08 Dec 2022 14:22:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mdc-berlin.de; h= content-type:content-type:content-transfer-encoding:mime-version :references:in-reply-to:x-mailer:message-id:date:date:subject :subject:from:from:received; s=mdc; t=1670527366; x=1672341767; bh=qmpHXo0g+rjkvIa8+F7pHWt6a6AKg5nh0EFsJekMcf4=; b=BziX84F52WAH 7fcdKrPQcQFIHC/O9YsIZLK3OGtIxrVINy7C3dFm5QJmz2JU44rzDcbquJZZRd6R sjOFtcSiLadIjJl0H2QaEIbIbCVHqselLi144B9rr5LtqcOshdngIesfb5MbXeql zuvJunHlNTtIVL9qFDthjfwQ5S0VvnI= Received: from SW-IT-P-EX4.mdc-berlin.net (mgw4.mdc-berlin.de [141.80.113.62]) by a2062.mx.srv.dfn.de (Postfix) with ESMTPS id 16713A05E0 for <59908@debbugs.gnu.org>; Thu, 8 Dec 2022 20:22:46 +0100 (CET) Received: from pimi-TRX40-AORUS-PRO-WIFI.lan (77.23.232.54) by SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.16; Thu, 8 Dec 2022 20:22:43 +0100 From: =?UTF-8?Q?M=C4=83d=C4=83lin?= Ionel =?UTF-8?Q?Patra=C8=99cu?= Date: Thu, 8 Dec 2022 20:22:30 +0100 Message-ID: <20221208192232.16413-2-madalinionel.patrascu@mdc-berlin.de> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221208192232.16413-1-madalinionel.patrascu@mdc-berlin.de> References: <20221208192232.16413-1-madalinionel.patrascu@mdc-berlin.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [77.23.232.54] X-ClientProxiedBy: SW-IT-P-EX1.mdc-berlin.net (141.80.113.54) To SW-IT-P-EX4.mdc-berlin.net (141.80.113.62) X-TM-AS-Product-Ver: SMEX-14.0.0.3092-9.0.1002-27312.002 X-TM-AS-Result: No-10-0.670400-5.000000 X-TMASE-MatchedRID: I6rpFm0lrcP/R1NSMc2qCU7nLUqYrlslFIuBIWrdOeOU8ftiyKjZrXlb NLJMhGktPRxYd0S1w+nuNT8xdcEnQwE+dA3RWUSvwLYk+NSxc5r4qCLIu0mtIKY5ZGw7wyeHrUJ gwjLBXrUhKx5yh0VgdLxgN+GS/lVkUUvcVJ+45/Y7lKkz03w06+uLFZZYlisfHxPMjOKY7A8Lbi gRnpKlKTpcQTtiHDgWJyQ9UY6B1gvyLSTiEVXEg9mGhmJicaDiuJOjEQbYZ1DYzHk2G3EtCcGWK 5LzIChT9PEBiceybbVv+t8Ad/sDrPntiEfIOtHZ3yJq1ESN+kMTydv0PB1DgLaNtJpvWmDRSPEW nCfndI5+GPkJmSZLIg== X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10-0.670400-5.000000 X-TMASE-Version: SMEX-14.0.0.3092-9.0.1002-27312.002 X-TM-SNTS-SMTP: 866BAF5B38ECED7B430F6BAA62E7263D2405BEB20FB319F734F34E99BBD532B32002:F X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1670527390; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=DBN2eawnnIpiCeq3sS4XQ1hBPFlwsrKTqn1gZzU6dns=; b=ILDGEuZ4/qPQrtRKumf6HPQshaF6LoSlfgNdrW6tT5JM0GCHQaS+VGk1Akbr5+QXcxSeus /nOTBqyvA4Vi28OUemk/XRT2KopPqS6m3NmnXWLZveSq6zfNFTUqEC78KcjCd7bFH68TtK MaRtXQDgdDOuomH4trBBWBVtV5YwmLZ0vDs+fetkeqka00qRQmDZroS0jrwM97xRHkZ5xo gAvytKpS87oKmOXU1Oj8e98ucvI+iegD3aHjzQ+e+WUG5xLFvBHV5fz5TG1YF7eDhR7LQS SwAEpItebOyP+x0jgEDmnn/8gKAJMnUqb3qf6yjrr/ULQl1wYIF1F9E7eMNYkQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1670527390; a=rsa-sha256; cv=none; b=kGyZjiUnirIGW+cC7mC7m6cP0euwAPcxcl/AJe3f3/xTp4+jbCSGZW5o5PBecY6eRaSMEX JuRT8q5PUX0LbToHaZU7LknBlVN8nocnxzRqvEiAYuHcxq1Utft1CpcnYRmojPJ+WVW3ws m1w++g4idxFODLAiTYcBw1c2sENay+6zLsTCaBENTDNiPWSMfA2FfldkiQQDDDXPdyO6Gk 3TA6yAD9jgAX9le5hNlkQQa6BbxHlL0bn8NV6vVfx8Ok4lBkVabYHNInzX23Lt3v1upFnJ o4TryjUoV0vtx9R6YZUTg6ed5Hb7WyY1Cy+T5/TfsjMkEUCfDtI7Ce4P73gojA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=BziX84F5; dmarc=fail reason="SPF not aligned (relaxed)" header.from=mdc-berlin.de (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 8.64 X-Spam: Yes Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=mdc-berlin.de header.s=mdc header.b=BziX84F5; dmarc=fail reason="SPF not aligned (relaxed)" header.from=mdc-berlin.de (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: E1AA12449E X-Spam-Score: 8.64 X-Migadu-Spam: Yes X-Migadu-Scanner: scn1.migadu.com X-TUID: Y8Byft7Fjb5b * 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