Last data update: 2014.03.03

VPdtw

Package: VPdtw
Type: Package
Title: Variable Penalty Dynamic Time Warping
Version: 2.1-11
Date: 2015-07-06
Author: David Clifford, Glenn Stone
Maintainer: David Clifford <David.Clifford+CRAN@gmail.com>
Description: Variable Penalty Dynamic Time Warping for aligning GC-MS chromatograms to a master signal and more. With the appropriate penalty this method performs good alignment without altering the shape of peaks in GC-MS data.
License: GPL-2
NeedsCompilation: yes
Packaged: 2015-07-08 03:08:08 UTC; hua032
Repository: CRAN
Date/Publication: 2015-07-08 05:13:01

● 0 images, 2 functions, 1 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'VPdtw' ...
** package 'VPdtw' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c AdtwBand.cc -o AdtwBand.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c bandmatrix.cc -o bandmatrix.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c dilation.c -o dilation.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c dtwwrap.cc -o dtwwrap.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c matrix.cc -o matrix.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o VPdtw.so AdtwBand.o bandmatrix.o dilation.o dtwwrap.o matrix.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/VPdtw/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'VPdtw'
    finding HTML links ... done
    VPdtw                                   html  
    dilation                                html  
    reference                               html  
** building package indices
** testing if installed package can be loaded
* DONE (VPdtw)
Making 'packages.html' ... done