diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-12-29 20:58:24 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-12-29 21:49:11 +0100 |
commit | c729d3dc0efed36860b5e7a15393b5c5a11abb1c (patch) | |
tree | a5acccbfb6343925f926d9e4c200d3cfa86208f1 /gnu/packages/statistics.scm | |
parent | 53941eb7a5bed267e8b3a3e43ebe490610d232c5 (diff) | |
download | guix-c729d3dc0efed36860b5e7a15393b5c5a11abb1c.tar guix-c729d3dc0efed36860b5e7a15393b5c5a11abb1c.tar.gz |
gnu: r-zoo: Update to 1.7-14.
* gnu/packages/statistics.scm (r-zoo): Update to 1.7-14.
[propagated-inputs]: Remove r-lattice.
Diffstat (limited to 'gnu/packages/statistics.scm')
-rw-r--r-- | gnu/packages/statistics.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 223bebc3ba..005ae74919 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -3771,16 +3771,14 @@ estimation) corresponding to the book: Wand, M.P. and Jones, M.C. (1995) (define-public r-zoo (package (name "r-zoo") - (version "1.7-13") + (version "1.7-14") (source (origin (method url-fetch) (uri (cran-uri "zoo" version)) (sha256 (base32 - "0m67bnrg7r1jxvs9p7rpa430szp5qfp65r056yb8bivpc16jd98c")))) + "167m142rwwfy8b9hnfc3fi28dcsdjk61g1crqhll6sh5xmgnfn28")))) (build-system r-build-system) - (propagated-inputs - `(("r-lattice" ,r-lattice))) (home-page "http://zoo.R-Forge.R-project.org/") (synopsis "S3 infrastructure for regular and irregular time series") (description "This package contains an S3 class with methods for totally |