Last data update: 2014.03.03

dtw

Package: dtw
Type: Package
Title: Dynamic Time Warping Algorithms
Description: A comprehensive implementation of dynamic time warping (DTW) algorithms in R. DTW computes the optimal (least cumulative distance) alignment between points of two time series. Common DTW variants covered include local (slope) and global (window) constraints, subsequence matches, arbitrary distance definitions, normalizations, minimum variance matching, and so on. Provides cumulative distances, alignments, specialized plot styles, etc.
Author: Toni Giorgino <toni.giorgino@gmail.com>,
Maintainer: Toni Giorgino <toni.giorgino@gmail.com>
Version: 1.18-1
Date: 2015-9-1
Depends: R (>= 2.10.0), proxy
Imports: graphics, grDevices, stats, utils
License: GPL (>= 2)
URL: http://dtw.r-forge.r-project.org/
NeedsCompilation: yes
Packaged: 2015-09-01 10:12:16 UTC; toni
Repository: CRAN
Date/Publication: 2015-09-01 17:55:23

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'dtw' ...
** package 'dtw' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c computeCM.c -o computeCM.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o dtw.so computeCM.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/dtw/libs
** R
** data
** demo
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'dtw'
    finding HTML links ... done
    aami                                    html  
    countPaths                              html  
    dtw-internal                            html  
    dtw-package                             html  
    dtw                                     html  
    dtwDist                                 html  
    dtwPlot                                 html  
    dtwPlotThreeWay                         html  
    dtwPlotTwoWay                           html  
    dtwWindowingFunctions                   html  
    mvm                                     html  
    stepPattern                             html  
    warp                                    html  
    warpArea                                html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (dtw)
Making 'packages.html' ... done