diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2020-01-17 15:50:58 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2020-01-17 15:50:58 +0000 |
commit | 637f8685b68bbf5432bd3f1803d0bbb759c3fde7 (patch) | |
tree | 1eb355850a2ad757002d252589573bcc9392e501 | |
parent | 8c43c20397e579886b22aa96e0868bf3c315855a (diff) |
automatic import of R-CRAN-NlinTSf30
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | R-CRAN-NlinTS.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /NlinTS_1.3.7.tar.gz +/NlinTS_1.3.8.tar.gz diff --git a/R-CRAN-NlinTS.spec b/R-CRAN-NlinTS.spec index 2b25fa5..50bdd3a 100644 --- a/R-CRAN-NlinTS.spec +++ b/R-CRAN-NlinTS.spec @@ -1,11 +1,11 @@ %global packname NlinTS -%global packver 1.3.7 +%global packver 1.3.8 %global rlibdir /usr/local/lib/R/library Name: R-CRAN-%{packname} -Version: 1.3.7 +Version: 1.3.8 Release: 1%{?dist} -Summary: Non Linear Time Series Analysis +Summary: Models for Non Linear Causality Detection in Time Series License: GNU General Public License URL: https://cran.r-project.org/package=%{packname} @@ -24,7 +24,7 @@ Requires: R-CRAN-timeSeries Requires: R-CRAN-Rdpack %description -Models for non-linear time series analysis and causality detection. The +Models for non-linear time series analysis and causality detection. The main functionalities of this package consist of an implementation of the classical causality test (C.W.J.Granger 1980) <doi:10.1016/0165-1889(80)90069-X>, and a non-linear version of it based @@ -1 +1 @@ -ae2f11f0b14f53e5c3b935daf5fd445e NlinTS_1.3.7.tar.gz +4563a1a6fab84783eac9f726c085b531 NlinTS_1.3.8.tar.gz |