From patchwork Thu Feb 16 15:45:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: nafkhamdc X-Patchwork-Id: 47003 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 8B3B416919; Thu, 16 Feb 2023 15:47:15 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 874C91690B for ; Thu, 16 Feb 2023 15:47:14 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pSgTT-00079P-5r; Thu, 16 Feb 2023 10:47:07 -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 1pSgTQ-000747-Tl for guix-patches@gnu.org; Thu, 16 Feb 2023 10:47:04 -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 1pSgTP-0008Jk-3f for guix-patches@gnu.org; Thu, 16 Feb 2023 10:47:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pSgTO-0007ad-K7 for guix-patches@gnu.org; Thu, 16 Feb 2023 10:47:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61551] [PATCH] gnu: Add r-changepoint. Resent-From: Navid Afkhami Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 16 Feb 2023 15:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 61551 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61551@debbugs.gnu.org X-Debbugs-Original-To: Received: via spool by submit@debbugs.gnu.org id=B.167656236329109 (code B ref -1); Thu, 16 Feb 2023 15:47:02 +0000 Received: (at submit) by debbugs.gnu.org; 16 Feb 2023 15:46:03 +0000 Received: from localhost ([127.0.0.1]:37416 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSgSQ-0007ZO-TI for submit@debbugs.gnu.org; Thu, 16 Feb 2023 10:46:03 -0500 Received: from lists.gnu.org ([209.51.188.17]:42670) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pSgSO-0007Yp-02 for submit@debbugs.gnu.org; Thu, 16 Feb 2023 10:46:01 -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 1pSgSJ-0006ht-Ob for guix-patches@gnu.org; Thu, 16 Feb 2023 10:45:55 -0500 Received: from c2062.mx.srv.dfn.de ([194.95.238.172]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pSgSH-0006ll-D7 for guix-patches@gnu.org; Thu, 16 Feb 2023 10:45:55 -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 :x-mailer:message-id:date:date:subject:subject:from:from :received; s=mdc; t=1676562334; x=1678376735; bh=nLnCu62WlyQ6p2D LPRUh2IPmdEq7h+oKC8sU3RLcGzU=; b=UDZ8HXbqP6rr2CowyVZIQxr6I64O9DW OdwpD1xt5lyXegaUujjZ/X97UWEJqpj1XIB++PZJCXUZrgEfu+2MjUBFPjdQ+hOO RupyIchzHwW118iDztrHwGfRjcJM6Qi/PnaA27X/cmvCLsX3ZtCFBh+Qmg6vOlJh LVMu5Upti90U= Received: from SW-IT-P-EX4.mdc-berlin.net (mgw4.mdc-berlin.de [141.80.113.62]) by c2062.mx.srv.dfn.de (Postfix) with ESMTPS id 53706300124 for ; Thu, 16 Feb 2023 16:45:34 +0100 (CET) Received: from localhost.localdomain (10.84.128.6) 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.17; Thu, 16 Feb 2023 16:45:33 +0100 From: Navid Afkhami Date: Thu, 16 Feb 2023 16:45:23 +0100 Message-ID: <20230216154523.20036-1-navid.afkhami@mdc-berlin.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-Originating-IP: [10.84.128.6] X-ClientProxiedBy: SW-IT-P-EX2.mdc-berlin.net (141.80.113.60) 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-27452.000 X-TM-AS-Result: No-10--0.873400-5.000000 X-TMASE-MatchedRID: 4RK2gbhxGJP/R1NSMc2qCU7nLUqYrlslFIuBIWrdOePfUZT83lbkECnN YSmpHzdZaNzYnzfrA9TuNT8xdcEnQwE+dA3RWUSvwLYk+NSxc5r4qCLIu0mtIBRanMBOz+Ei2Lg EVfggSlgOzUnvhXui5tYgH7AEsmLPBZpGZUPET3HdCok3ibXlQeuLFZZYlisfHxPMjOKY7A+u65 UDD0aDgsRB0bsfrpPI34T9cYMsdwyqhgA8+4BtGb6LOq+BcksyvzrbVCVqSokGAlqRucSfxqQj2 QA1m0WCBQ6e26lZPO4ddGnlgudR8St7/gObjpq65rXOdJ+jQQjcUke23u350xU7OJY7bdPeD9iv /sJMsVc7Oyi/ulxQeKUgZdIaXg4f X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--0.873400-5.000000 X-TMASE-Version: SMEX-14.0.0.3092-9.0.1002-27452.000 X-TM-SNTS-SMTP: 42F4E1E14AEDFAEFE629AAF20323A406C4C62399F3191AB7B45A54567D9321CF2002:F Received-SPF: pass client-ip=194.95.238.172; envelope-from=Navid.Afkhami@mdc-berlin.de; helo=c2062.mx.srv.dfn.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/cran.scm (r-changepoint): 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 b4dc7822f2..857026a573 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -283,6 +283,27 @@ (define-public r-castor reading/writing trees in Newick format.") (license license:gpl2+))) +(define-public r-changepoint + (package + (name "r-changepoint") + (version "2.2.4") + (source (origin + (method url-fetch) + (uri (cran-uri "changepoint" version)) + (sha256 + (base32 + "16v4p2c9zi2w3anwf5y9snl5dy1g5aidiqz1vn2p64qhfvg6yqxc")))) + (properties `((upstream-name . "changepoint"))) + (build-system r-build-system) + (propagated-inputs (list r-zoo)) + (home-page "https://github.com/rkillick/changepoint/") + (synopsis "Methods for changepoint detection") + (description + "Changepoint implements various mainstream and specialised changepoint methods. +These Methods are suitable for finding single and multiple changepoints within data. +Many popular non-parametric and frequentist methods are included as well.") + (license license:gpl3+))) + (define-public r-collections (package (name "r-collections")