Last data update: 2014.03.03

fts

Package: fts
Title: R interface to tslib (a time series library in c++)
Version: 0.9.9
Maintainer: Whit Armstrong <armstrong.whit@gmail.com>
Author: Whit Armstrong <armstrong.whit@gmail.com>
Depends: utils, stats, zoo
LinkingTo: BH
Description: fast operations for time series objects
License: GPL-3
BugReports: http://github.com/armstrtw/fts/issues
Packaged: 2014-04-03 20:00:18 UTC; warmstrong
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-04-04 15:05:39

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'fts' ...
** package 'fts' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/BH/include"  -I./tslib -I./helpers -fpic  -g -O2  -c diff.cpp -o diff.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/BH/include"  -I./tslib -I./helpers -fpic  -g -O2  -c interface.cpp -o interface.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/BH/include"  -I./tslib -I./helpers -fpic  -g -O2  -c lag.cpp -o lag.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/BH/include"  -I./tslib -I./helpers -fpic  -g -O2  -c lead.cpp -o lead.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/BH/include"  -I./tslib -I./helpers -fpic  -g -O2  -c pad.cpp -o pad.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o fts.so diff.o interface.o lag.o lead.o pad.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/fts/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'fts'
    finding HTML links ... done
    any.all.fts                             html  
    apply                                   html  
    as.fts                                  html  
    event.dates                             html  
    expanding                               html  
    fill                                    html  
    frequency.convert                       html  
    fts                                     html  
    indicators                              html  
    intersect.all                           html  
    lead.lag                                html  
    moving                                  html  
    pad.trim                                html  
    read.write.fts                          html  
    remove.rows                             html  
    since.na                                html  
** building package indices
** testing if installed package can be loaded
* DONE (fts)
Making 'packages.html' ... done