unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: 65430@debbugs.gnu.org
Cc: Navid Afkhami <navid.afkhami@mdc-berlin.de>
Subject: [bug#65430] [PATCH 2/3] gnu: Add r-earlywarnings.
Date: Mon, 21 Aug 2023 13:44:37 +0000	[thread overview]
Message-ID: <145cfda74feba3e9e033dac6d5922bf6cbfedf45.1692625478.git.navid.afkhami@mdc-berlin.de> (raw)
In-Reply-To: <644667be3cab344a644978979696edd10c45ae03.1692625477.git.navid.afkhami@mdc-berlin.de>

* 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





  reply	other threads:[~2023-08-21 13:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-21 13:44 [bug#65428] [PATCH 1/3] gnu: Add r-maptree Navid Afkhami
2023-08-21 13:44 ` Navid Afkhami [this message]
2023-08-28  8:01   ` bug#65430: [PATCH 2/3] gnu: Add r-earlywarnings Ricardo Wurmus
2023-08-21 13:44 ` [bug#65429] [PATCH 3/3] gnu: Add r-tgp Navid Afkhami
2023-08-28  7:58   ` bug#65429: " Ricardo Wurmus
2023-08-28  7:55 ` bug#65428: [PATCH 1/3] gnu: Add r-maptree 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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=145cfda74feba3e9e033dac6d5922bf6cbfedf45.1692625478.git.navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=65430@debbugs.gnu.org \
    /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 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).