-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
19 lines (19 loc) · 1.23 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: zoo
Version: 1.7-11
Date: 2013-07-24
Title: S3 Infrastructure for Regular and Irregular Time Series (Z's ordered observations)
Authors@R: c(person(given = "Achim", family = "Zeileis", role = c("aut", "cre"), email = "[email protected]"),
person(given = "Gabor", family = "Grothendieck", role = "aut", email = "[email protected]"),
person(given = c("Jeffrey", "A."), family = "Ryan", role = "aut", email = "[email protected]"),
person(given = "Felix", family = "Andrews", role = "ctb", email = "[email protected]"))
Description: An S3 class with methods for totally ordered indexed
observations. It is particularly aimed at irregular time series
of numeric vectors/matrices and factors. zoo's key design goals
are independence of a particular index/date/time class and
consistency with ts and base R by providing methods to extend
standard generics.
Depends: R (>= 2.10.0), stats
Suggests: coda, chron, DAAG, fts, its, lattice, ggplot2, mondate, scales, strucchange, timeDate, timeSeries, tis, tseries, xts
Imports: stats, utils, graphics, grDevices, lattice (>= 0.18-1)
License: GPL-2
URL: http://zoo.R-Forge.R-project.org/