Last data update: 2014.03.03

dtwclust

Package: dtwclust
Type: Package
Title: Time Series Clustering Along with Optimizations for the Dynamic
Time Warping Distance
Version: 2.1.2
Date: 2016-06-05
Depends: R (>= 3.2.0), proxy, dtw, ggplot2, rngtools
Imports: stats, utils, methods, flexclust, caTools, reshape2, foreach,
parallel, Rcpp
Suggests: TSdist, TSclust, doParallel, testthat
LinkingTo: Rcpp
Author: Alexis Sarda-Espinosa
Maintainer: Alexis Sarda <alexis.sarda@gmail.com>
Description: Time series clustering along with optimized techniques related
to the Dynamic Time Warping distance and its corresponding lower bounds.
Implementations of partitional, hierarchical, fuzzy, k-Shape and TADPole
clustering are available. Functionality can be easily extended with
custom distance measures and centroid definitions.
URL: https://github.com/asardaes/dtwclust
BugReports: https://github.com/asardaes/dtwclust/issues
License: GPL-3
LazyData: TRUE
NeedsCompilation: yes
RoxygenNote: 5.0.1
Collate: 'DBA.R' 'NCCc.R' 'SBD.R' 'TADPole.R' 'all_cent.R' 'ddist.R'
'dtw-lb.R' 'dtw2.R' 'dtwclust-classes.R' 'dtwclust-methods.R'
'dtwclust.R' 'kcca-list.R' 'lb-improved.R' 'lb-keogh.R'
'utils.R' 'pkg.R' 'reinterpolate.R' 'shape-extraction.R'
'uciCT.R' 'zscore.R'
Packaged: 2016-06-05 23:42:51 UTC; oso
Repository: CRAN
Date/Publication: 2016-06-06 06:39:43

● 0 images, 19 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'dtwclust' ...
** package 'dtwclust' 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/Rcpp/include"   -fpic  -g -O2  -c envelop.cpp -o envelop.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c pairs.c -o pairs.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c update_lcm.c -o update_lcm.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o dtwclust.so envelop.o pairs.o update_lcm.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/dtwclust/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
Creating a generic function for 'update' from package 'stats' in package 'dtwclust'
Creating a generic function for 'predict' from package 'stats' in package 'dtwclust'
Creating a generic function for 'plot' from package 'graphics' in package 'dtwclust'
** help
*** installing help indices
  converting help for package 'dtwclust'
    finding HTML links ... done
    DBA                                     html  
    NCCc                                    html  
    SBD                                     html  
    TADPole                                 html  
    clusterSim                              html  
    dtw_lb                                  html  
    dtwclust-class                          html  
    dtwclust-methods                        html  
Rd warning: /tmp/RtmpxrmWye/R.INSTALL4307773fa1e3/dtwclust/man/dtwclust-methods.Rd:25: missing file link 'geom_line'
Rd warning: /tmp/RtmpxrmWye/R.INSTALL4307773fa1e3/dtwclust/man/dtwclust-methods.Rd:26: missing file link 'plot.hclust'
Rd warning: /tmp/RtmpxrmWye/R.INSTALL4307773fa1e3/dtwclust/man/dtwclust-methods.Rd:75: missing file link 'plot.hclust'
    dtwclust-package                        html  
Rd warning: /tmp/RtmpxrmWye/R.INSTALL4307773fa1e3/dtwclust/man/dtwclust-package.Rd:44: missing file link 'RNGkind'
    dtwclust                                html  
Rd warning: /tmp/RtmpxrmWye/R.INSTALL4307773fa1e3/dtwclust/man/dtwclust.Rd:198: missing file link 'pr_DB'
Rd warning: /tmp/RtmpxrmWye/R.INSTALL4307773fa1e3/dtwclust/man/dtwclust.Rd:311: missing file link 'pr_DB'
Rd warning: /tmp/RtmpxrmWye/R.INSTALL4307773fa1e3/dtwclust/man/dtwclust.Rd:314: missing file link 'clusterEvalQ'
    dtwclustControl-class                   html  
    dtwclustFamily-class                    html  
    lb_improved                             html  
    lb_keogh                                html  
    randIndex                               html  
    reinterpolate                           html  
Rd warning: /tmp/RtmpxrmWye/R.INSTALL4307773fa1e3/dtwclust/man/reinterpolate.Rd:18: missing file link 'approx'
    shape_extraction                        html  
    uciCT                                   html  
    zscore                                  html  
** building package indices
** testing if installed package can be loaded
* DONE (dtwclust)
Making 'packages.html' ... done