Title: S3 Infrastructure for Regular and Irregular Time Series (Z's
ordered observations)
Diff between zoo versions 1.6-5 dated 2011-04-08 and 1.7-0 dated 2011-07-12
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.
Author: Achim Zeileis [aut, cre], Gabor Grothendieck [aut], Jeffrey A.
Ryan [aut], Felix Andrews [ctb]
Maintainer: Achim Zeileis
DESCRIPTION | 24 +++-
NAMESPACE | 20 +++
NEWS | 83 ++++++++++++++-
R/aggregate.zoo.R | 2
R/as.zoo.R | 43 +++++---
R/as.zoo.tis.R | 4
R/barplot.zoo.R | 6 -
R/coredata.R | 9 +
R/merge.zoo.R | 5
R/na.StructTS.R |only
R/na.aggregate.R | 2
R/na.approx.R | 15 +-
R/na.fill.R |only
R/na.locf.R | 2
R/na.spline.R | 4
R/na.trim.R | 2
R/plot.zoo.R | 24 ++--
R/read.zoo.R | 88 ++++++++++++----
R/rollapply.R | 228 +++++++++++++++++++++++++++++-------------
R/rollmean.R | 245 ++++++++++++++++++++++++----------------------
R/zoo.R | 99 +++++++++++++++---
R/zooreg.R | 6 -
THANKS | 3
inst/doc/zoo-design.Rnw |only
inst/doc/zoo-design.pdf |only
inst/doc/zoo-faq.Rnw | 122 +++++++++++++++-------
inst/doc/zoo-faq.pdf |binary
inst/doc/zoo-quickref.Rnw | 5
inst/doc/zoo-quickref.pdf |binary
inst/doc/zoo-read.Rnw |only
inst/doc/zoo-read.pdf |only
inst/doc/zoo.Rnw | 21 ++-
inst/doc/zoo.bib | 28 +++--
inst/doc/zoo.pdf |binary
man/as.zoo.Rd | 2
man/merge.zoo.Rd | 2
man/na.StructTS.Rd |only
man/na.fill.Rd |only
man/na.locf.Rd | 27 +++--
man/plot.zoo.Rd | 18 +++
man/read.zoo.Rd | 50 ++++++---
man/rollapply.Rd | 209 ++++++++++++++++++++++++++++++++++-----
man/rollmean.Rd | 24 +++-
man/xyplot.zoo.Rd | 14 +-
man/yearmon.Rd | 7 +
man/zoo.Rd | 26 +++-
src |only
tests |only
48 files changed, 1048 insertions(+), 421 deletions(-)