gnu: Add r-zoo.
* gnu/packages/statistics.scm (r-zoo): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
148e8e8e75
commit
031cf6b65e
1 changed files with 20 additions and 0 deletions
|
@ -2617,6 +2617,26 @@ (define-public r-biased-urn
|
||||||
distribution).")
|
distribution).")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public r-zoo
|
||||||
|
(package
|
||||||
|
(name "r-zoo")
|
||||||
|
(version "1.7-13")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "zoo" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0m67bnrg7r1jxvs9p7rpa430szp5qfp65r056yb8bivpc16jd98c"))))
|
||||||
|
(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
|
||||||
|
ordered indexed observations. It is particularly aimed at irregular time
|
||||||
|
series of numeric vectors/matrices and factors.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public r-ztable
|
(define-public r-ztable
|
||||||
(package
|
(package
|
||||||
(name "r-ztable")
|
(name "r-ztable")
|
||||||
|
|
Loading…
Reference in a new issue