Last data update: 2014.03.03

xts

Package: xts
Type: Package
Title: eXtensible Time Series
Version: 0.9-7
Date: 2013-06-26
Author: Jeffrey A. Ryan, Joshua M. Ulrich
Depends: zoo (>= 1.7-10)
Suggests: timeSeries, timeDate, tseries, its, chron, fts, tis
LazyLoad: yes
Maintainer: Jeffrey A. Ryan <jeff.a.ryan@gmail.com>
Description: Provide for uniform handling of R's different time-based data classes by extending zoo, maximizing native format information preservation and allowing for user level customization and extension, while simplifying cross-class interoperability.
License: GPL (>= 2)
URL: http://r-forge.r-project.org/projects/xts/
Packaged: 2014-01-02 18:00:13 UTC; ripley
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-01-02 19:18:28

● Cran Task View: TimeSeries
● 0 images, 39 functions, 1 datasets
Reverse Depends: 22

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'xts' ...
** package 'xts' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c add_class.c -o add_class.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c any.c -o any.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c attr.c -o attr.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c binsearch.c -o binsearch.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c coredata.c -o coredata.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c diff.c -o diff.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c dimnames.c -o dimnames.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c endpoints.c -o endpoints.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c extract_col.c -o extract_col.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c init.c -o init.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c isOrdered.c -o isOrdered.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c isXts.c -o isXts.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c leadingNA.c -o leadingNA.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c merge.c -o merge.o
f95   -fpic  -g -O2  -c period.max.f -o period.max.o
f95   -fpic  -g -O2  -c period.min.f -o period.min.o
f95   -fpic  -g -O2  -c period.prod.f -o period.prod.o
f95   -fpic  -g -O2  -c period.sum.f -o period.sum.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c rbind.c -o rbind.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c rollfun.c -o rollfun.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c runSum.c -o runSum.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c startofyear.c -o startofyear.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c subset.c -o subset.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c subset.old.c -o subset.old.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c toperiod.c -o toperiod.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c totalcols.c -o totalcols.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c tryXts.c -o tryXts.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c unique.time.c -o unique.time.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o xts.so add_class.o any.o attr.o binsearch.o coredata.o diff.o dimnames.o endpoints.o extract_col.o init.o isOrdered.o isXts.o leadingNA.o merge.o period.max.o period.min.o period.prod.o period.sum.o rbind.o rollfun.o runSum.o startofyear.o subset.o subset.old.o toperiod.o totalcols.o tryXts.o unique.time.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/xts/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'xts'
    finding HTML links ... done
    CLASS                                   html  
    align.time                              html  
    apply.monthly                           html  
    as.environment                          html  
    as.xts                                  html  
    as.xts.methods                          html  
    axTicksByTime                           html  
    coredata.xts                            html  
    diff                                    html  
    dimnames.xts                            html  
    endpoints                               html  
    first                                   html  
    firstof                                 html  
    indexClass                              html  
    indexTZ                                 html  
    isOrdered                               html  
    make.index.unique                       html  
    merge                                   html  
    na.locf.xts                             html  
    ndays                                   html  
    parseISO8601                            html  
    period.apply                            html  
    period.max                              html  
    period.min                              html  
    period.prod                             html  
    period.sum                              html  
    periodicity                             html  
    plot.xts                                html  
    rbind.xts                               html  
    sample.data                             html  
    split                                   html  
Rd warning: /tmp/RtmpSCAv1B/R.INSTALL4f3d69cfa21a/xts/man/split.Rd:58: missing file link 'split.zoo'
    subset.xts                              html  
    timeBased                               html  
    timeBasedSeq                            html  
    to.period                               html  
    xts-internals                           html  
    xts-package                             html  
    xts                                     html  
    xtsAPI                                  html  
    xtsAttributes                           html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (xts)
Making 'packages.html' ... done