GNU bug report logs - #65430
[PATCH 2/3] gnu: Add r-earlywarnings.

Previous Next

Package: guix-patches;

Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>

Date: Mon, 21 Aug 2023 13:46:03 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#65430: closed ([PATCH 2/3] gnu: Add r-earlywarnings.)
Date: Mon, 28 Aug 2023 08:03:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 28 Aug 2023 10:01:51 +0200
with message-id <87ledvfvcc.fsf <at> elephly.net>
and subject line [PATCH 2/3] gnu: Add r-earlywarnings.
has caused the debbugs.gnu.org bug report #65430,
regarding [PATCH 2/3] gnu: Add r-earlywarnings.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
65430: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65430
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: [PATCH 2/3] gnu: Add r-earlywarnings.
Date: Mon, 21 Aug 2023 13:44:37 +0000
* gnu/packages/cran.scm (r-earlywarnings): New variable.
---
 gnu/packages/cran.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 223d1d3a3d..08e206673c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4244,6 +4244,39 @@ (define-public r-bslib
 previewing themes in real time.")
     (license license:expat)))
 
+(define-public r-earlywarnings
+  (package
+    (name "r-earlywarnings")
+    (version "1.1.29")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "earlywarnings" version))
+              (sha256
+               (base32
+                "1xa9rijqqxa5l253dg8dn1jjhdakf8krl5rflq5v9gybfyrq1885"))))
+    (properties `((upstream-name . "earlywarnings")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-fields
+                             r-ggplot2
+                             r-kendall
+                             r-kernsmooth
+                             r-knitr
+                             r-lmtest
+                             r-moments
+                             r-nortest
+                             r-quadprog
+                             r-som
+                             r-spam
+                             r-tgp
+                             r-tseries))
+    (native-inputs (list r-knitr))
+    (home-page "http://www.early-warning-signals.org")
+    (synopsis "Early warning signals for critical transitions in time series")
+    (description
+     "This package offers methods for estimating statistical changes in time series.
+These are used for identifying nearby critical transitions.")
+    (license license:bsd-2)))
+
 ;; This package includes minified JavaScript files.  When upgrading please
 ;; check that there are no new minified JavaScript files.
 (define-public r-shiny
-- 
2.34.1



[Message part 3 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 65430-done <at> debbugs.gnu.org
Subject: [PATCH 2/3] gnu: Add r-earlywarnings.
Date: Mon, 28 Aug 2023 10:01:51 +0200
Applied with very minor changes (location in the file, paragraph
reflow in description).

Thank you!

-- 
Ricardo


This bug report was last modified 1 year and 268 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.