Last data update: 2014.03.03

zoo

Package: zoo
Version: 1.7-13
Date: 2016-05-03
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 = "Achim.Zeileis@R-project.org"),
person(given = "Gabor", family = "Grothendieck", role = "aut", email = "ggrothendieck@gmail.com"),
person(given = c("Jeffrey", "A."), family = "Ryan", role = "aut", email = "jeff.a.ryan@gmail.com"),
person(given = "Felix", family = "Andrews", role = "ctb", email = "felix@nfrac.org"))
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, ggplot2, mondate, scales,
strucchange, timeDate, timeSeries, tis, tseries, xts
Imports: utils, graphics, grDevices, lattice (>= 0.20-27)
License: GPL-2 | GPL-3
URL: http://zoo.R-Forge.R-project.org/
NeedsCompilation: yes
Packaged: 2016-05-03 15:50:22 UTC; zeileis
Author: Achim Zeileis [aut, cre],
Gabor Grothendieck [aut],
Jeffrey A. Ryan [aut],
Felix Andrews [ctb]
Maintainer: Achim Zeileis <Achim.Zeileis@R-project.org>
Repository: CRAN
Date/Publication: 2016-05-03 17:52:16

● Cran Task View: Environmetrics
● 0 images, 29 functions, 0 datasets
Reverse Depends: 59

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'zoo' ...
** package 'zoo' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -I/usr/local/include    -fpic  -g -O2  -c coredata.c -o coredata.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -I/usr/local/include    -fpic  -g -O2  -c init.c -o init.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -I/usr/local/include    -fpic  -g -O2  -c lag.c -o lag.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o zoo.so coredata.o init.o lag.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/zoo/libs
** R
** demo
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'zoo'
    finding HTML links ... done
    MATCH                                   html  
    ORDER                                   html  
    aggregate.zoo                           html  
    as.zoo                                  html  
    coredata                                html  
    frequency                               html  
    ggplot2.zoo                             html  
    index                                   html  
    is.regular                              html  
    lag.zoo                                 html  
    make.par.list                           html  
    merge.zoo                               html  
    na.StructTS                             html  
    na.aggregate                            html  
    na.approx                               html  
    na.fill                                 html  
    na.locf                                 html  
    na.trim                                 html  
    plot.zoo                                html  
    read.zoo                                html  
    rollapply                               html  
    rollmean                                html  
    window.zoo                              html  
    xblocks                                 html  
    xyplot.zoo                              html  
Rd warning: /tmp/RtmpQGz30e/R.INSTALL1c0b7c43c3f7/zoo/man/xyplot.zoo.Rd:120: missing file link 'lpoints'
Rd warning: /tmp/RtmpQGz30e/R.INSTALL1c0b7c43c3f7/zoo/man/xyplot.zoo.Rd:121: missing file link 'ltext'
    yearmon                                 html  
    yearqtr                                 html  
    zoo                                     html  
Rd warning: /tmp/RtmpQGz30e/R.INSTALL1c0b7c43c3f7/zoo/man/zoo.Rd:235: missing file link 'c.POSIXct'
    zooreg                                  html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (zoo)
Making 'packages.html' ... done