Skip to content

IncDTW

Incremental Calculation of Dynamic Time Warping

v1.1.4.6 · Jan 9, 2026 · GPL (>= 2)

Description

The Dynamic Time Warping (DTW) distance measure for time series allows non-linear alignments of time series to match similar patterns in time series of different lengths and or different speeds. IncDTW is characterized by (1) the incremental calculation of DTW (reduces runtime complexity to a linear level for updating the DTW distance) - especially for life data streams or subsequence matching, (2) the vector based implementation of DTW which is faster because no matrices are allocated (reduces the space complexity from a quadratic to a linear level in the number of observations) - for all runtime intensive DTW computations, (3) the subsequence matching algorithm runDTW, that efficiently finds the k-NN to a query pattern in a long time series, and (4) C++ in the heart. For details about DTW see the original paper "Dynamic programming algorithm optimization for spoken word recognition" by Sakoe and Chiba (1978) <DOI:10.1109/TASSP.1978.1163055>. For details about this package, Dynamic Time Warping and Incremental Dynamic Time Warping please see "IncDTW: An R Package for Incremental Calculation of Dynamic Time Warping" by Leodolter et al. (2021) <doi:10.18637/jss.v099.i09>.

Downloads

CRAN

1K

Last 30 days

3574th

2.8K

Last 90 days

19.1K

Last year

Trend: +9.5% (30d vs prior 30d)

r2u CRAN

40

Last 30 days

122

Last 90 days

647

Last year

Trend: -23.1% (30d vs prior 30d)

autoCRAN

1

Last 7 days

22

Last 30 days

0

All-time

autoCRAN-only: this name is served only by autoCRAN, so the count is exact.

CRAN Check Status

13 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 12 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 25, 2026
NOTE 11 OK · 3 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Apr 22, 2026
NOTE r-oldrel-macos-arm64

installed package size

installed size is  7.6Mb
  sub-directories of 1Mb or more:
    libs   5.8Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is  6.7Mb
  sub-directories of 1Mb or more:
    libs   4.9Mb
NOTE r-oldrel-windows-x86_64

for GNU extensions in Makefiles

GNU make is a SystemRequirements.
ERROR 10 OK · 3 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Apr 18, 2026
ERROR r-devel-windows-x86_64

whether package can be installed

Installation failed.
See 'd:/Rcompile/CRANpkg/local/4.6/IncDTW.Rcheck/00install.out' for details.
NOTE r-oldrel-macos-arm64

installed package size

installed size is  7.6Mb
  sub-directories of 1Mb or more:
    libs   5.8Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is  6.7Mb
  sub-directories of 1Mb or more:
    libs   4.9Mb
NOTE r-oldrel-windows-x86_64

for GNU extensions in Makefiles

GNU make is a SystemRequirements.
NOTE 11 OK · 3 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-oldrel-macos-arm64

installed package size

installed size is  7.6Mb
  sub-directories of 1Mb or more:
    libs   5.8Mb
NOTE r-oldrel-macos-x86_64

installed package size

installed size is  6.7Mb
  sub-directories of 1Mb or more:
    libs   4.9Mb
NOTE r-oldrel-windows-x86_64

for GNU extensions in Makefiles

GNU make is a SystemRequirements.

Reverse Dependencies (1)

suggests

Dependency Network

Dependencies Reverse dependencies Rcpp RcppParallel ggplot2 scales data.table sensitivity IncDTW

Version History

21 tracked
new 1.1.4.6 Mar 10, 2026
updated 1.1.4.6 ← 1.1.4.5 diff Jan 8, 2026
updated 1.1.4.5 ← 1.1.4.4 diff Oct 6, 2025
updated 1.1.4.4 ← 1.1.4.3 diff Mar 15, 2022
updated 1.1.4.3 ← 1.1.4.2 diff Sep 22, 2021
updated 1.1.4.2 ← 1.1.3.1 diff Oct 8, 2020
updated 1.1.3.1 ← 1.1.3 diff Mar 31, 2020
updated 1.1.3 ← 1.1.2 diff Dec 17, 2019
updated 1.1.2 ← 1.1.1 diff Jun 26, 2019
updated 1.1.1 ← 1.1.0 diff May 23, 2019
updated 1.1.0 ← 1.0.5 diff Apr 7, 2019
updated 1.0.5 ← 1.0.4 diff Jan 2, 2019
updated 1.0.4 ← 1.0.3 diff Sep 10, 2018
updated 1.0.3 ← 1.0.2 diff May 13, 2018
updated 1.0.2 ← 1.0.1 diff May 10, 2018