[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/53: gnu: Add r-fracdiff.
From: |
guix-commits |
Subject: |
01/53: gnu: Add r-fracdiff. |
Date: |
Sat, 22 Feb 2020 14:46:04 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 3ec74f9de94585f83ee8203e3022d036fe7bc0be
Author: Lars-Dominik Braun <address@hidden>
AuthorDate: Fri Jan 31 16:01:03 2020 +0100
gnu: Add r-fracdiff.
* gnu/packages/cran.scm (r-fracdiff): 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 b731ddc..71a7cc2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19257,3 +19257,25 @@ are followed and which ones are not) from one package
and use it to check
another. This makes it easier to find and correct the most important problems
first.")
(license license:gpl3)))
+
+(define-public r-fracdiff
+ (package
+ (name "r-fracdiff")
+ (version "1.5-1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "fracdiff" version))
+ (sha256
+ (base32
+ "1dhfjlhr9sb38qgpsx0sm73l9lgc13d0fk32l7fmjfnalhr3n45q"))))
+ (properties `((upstream-name . "fracdiff")))
+ (build-system r-build-system)
+ (home-page "https://github.com/mmaechler/fracdiff")
+ (synopsis
+ "Fractionally differenced ARIMA aka ARFIMA(P,d,q) models")
+ (description
+ "This package provides tools for the maximum likelihood estimation of the
+parameters of a fractionally differenced ARIMA(p,d,q) model (Haslett and
+Raftery, Appl.Statistics, 1989); it includes inference and basic methods.")
+ (license license:gpl2+)))
- branch master updated (5508d9a -> 8017eb0), guix-commits, 2020/02/22
- 01/53: gnu: Add r-fracdiff.,
guix-commits <=
- 06/53: gnu: Add r-stopwords., guix-commits, 2020/02/22
- 02/53: gnu: Add r-forecast., guix-commits, 2020/02/22
- 09/53: gnu: Add r-quanteda., guix-commits, 2020/02/22
- 08/53: gnu: Add r-snowballc., guix-commits, 2020/02/22
- 05/53: gnu: Add r-isocodes., guix-commits, 2020/02/22
- 12/53: gnu: Add r-polycor., guix-commits, 2020/02/22
- 15/53: gnu: Add r-mi., guix-commits, 2020/02/22
- 19/53: gnu: Add r-regsem., guix-commits, 2020/02/22
- 13/53: gnu: Add r-msm., guix-commits, 2020/02/22
- 14/53: gnu: Add r-ltm., guix-commits, 2020/02/22