unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61551] [PATCH] gnu: Add r-changepoint.
@ 2023-02-16 15:45 Navid Afkhami
  2023-02-16 17:54 ` bug#61551: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Navid Afkhami @ 2023-02-16 15:45 UTC (permalink / raw)
  To: 61551

* 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")
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61551: [PATCH] gnu: Add r-changepoint.
  2023-02-16 15:45 [bug#61551] [PATCH] gnu: Add r-changepoint Navid Afkhami
@ 2023-02-16 17:54 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2023-02-16 17:54 UTC (permalink / raw)
  To: 61551-done

Thanks for the patch!  Applied with minor changes (line breaks and a
license comment).

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-16 17:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16 15:45 [bug#61551] [PATCH] gnu: Add r-changepoint Navid Afkhami
2023-02-16 17:54 ` bug#61551: " Ricardo Wurmus

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).