guix-commits
[Top][All Lists]
Advanced

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

05/19: gnu: Add r-sapa.


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

rekado pushed a commit to branch master
in repository guix.

commit 0be7effefa4aaa39a2312b9b57d8bed5811e4069
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Mar 2 23:05:35 2018 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 613ed13..1f76dac 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2377,3 +2377,25 @@ provides some missing S-PLUS functionality in R.")
     (description "This package provides C code used by the wmtsa, fractal, and
 sapa R packages.")
     (license license:gpl2)))
+
+(define-public r-sapa
+  (package
+    (name "r-sapa")
+    (version "2.0-2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "sapa" version))
+       (sha256
+        (base32
+         "056xlh14dnzq4x7sbp7ff2k61jxy7110a742b502vz549qfrr5ds"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-ifultools" ,r-ifultools)
+       ("r-splus2r" ,r-splus2r)))
+    (home-page "http://cran.r-project.org/web/packages/sapa/";)
+    (synopsis "Spectral analysis for physical applications")
+    (description "This package provides software for the book Spectral
+Analysis for Physical Applications, Donald B. Percival and Andrew T. Walden,
+Cambridge University Press, 1993.")
+    (license license:gpl2)))



reply via email to

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