GNU bug report logs -
#65430
[PATCH 2/3] gnu: Add r-earlywarnings.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#65430: [PATCH 2/3] gnu: Add r-earlywarnings.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 65430 <at> debbugs.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)]
Applied with very minor changes (location in the file, paragraph
reflow in description).
Thank you!
--
Ricardo
[Message part 3 (message/rfc822, inline)]
* 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
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.