guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/19: gnu: Add r-fractal.


From: Ricardo Wurmus
Subject: 11/19: gnu: Add r-fractal.
Date: Fri, 2 Mar 2018 17:15:51 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5b25bc55dc6e23936719e2748b5d9445ce9eea97
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Mar 2 23:06:26 2018 +0100

    gnu: Add r-fractal.
    
    * gnu/packages/cran.scm (r-fractal): New variable.
---
 gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5d1f24a..d4aeb26 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2521,3 +2521,29 @@ Cryer and Kung-Sik Chan.")
 functions and random generation functions for a large number of univariate and
 multivariate distributions.")
     (license license:gpl2)))
+
+(define-public r-fractal
+  (package
+    (name "r-fractal")
+    (version "2.0-4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "fractal" version))
+       (sha256
+        (base32
+         "18lr9z0gslvfc3z8vyj3krqj3bfhg60zv1fzinrwwkc4cpk1w7mp"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-ifultools" ,r-ifultools)
+       ("r-mass" ,r-mass)
+       ("r-sapa" ,r-sapa)
+       ("r-scatterplot3d" ,r-scatterplot3d)
+       ("r-splus2r" ,r-splus2r)
+       ("r-wmtsa" ,r-wmtsa)))
+    (home-page "http://cran.r-project.org/web/packages/fractal/";)
+    (synopsis "Fractal time series modeling and analysis")
+    (description
+     "This package provides tools for stochastic fractal and deterministic
+chaotic time series analysis.")
+    (license license:gpl2)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]