guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add r-astsa.


From: guix-commits
Subject: branch master updated: gnu: Add r-astsa.
Date: Wed, 24 Nov 2021 10:38:22 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c8005b6  gnu: Add r-astsa.
c8005b6 is described below

commit c8005b63fa092a6177a0fab1125760ec698da03b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Nov 24 16:36:54 2021 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1c47cb6..bfa43d0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1171,6 +1171,29 @@ for credentials or a passphrase, for example to 
authenticate with a server or
 read a protected key.")
     (license license:expat)))
 
+(define-public r-astsa
+  (package
+    (name "r-astsa")
+    (version "1.14")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "astsa" version))
+       (sha256
+        (base32 "09zx2q419p0b1c336ybh4i62v5dvn3sp39dxn5kwlrqchjj7f5z6"))))
+    (properties `((upstream-name . "astsa")))
+    (build-system r-build-system)
+    (home-page "https://github.com/nickpoison/astsa/";)
+    (synopsis "Applied statistical time series analysis")
+    (description
+     "This package provides data sets and scripts to accompany Time Series
+Analysis and Its Applications: With R Examples (4th ed), by R.H. Shumway and
+D.S. Stoffer.  Springer Texts in Statistics, 2017,
+@url{https://doi.org/10.1007/978-3-319-52452-8}, and Time Series: A Data
+Analysis Approach Using R.  Chapman-Hall, 2019,
+@url{https://doi.org/10.1201/9780429273285}.";)
+    (license license:gpl3)))
+
 (define-public r-vegan
   (package
     (name "r-vegan")



reply via email to

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