R Under development (unstable) (2025-10-06 r88901 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(IncDTW) Attaching package: 'IncDTW' The following object is masked from 'package:grDevices': cm The following objects are masked from 'package:base': norm, scale > > test_check("IncDTW") [1] 10425 [ FAIL 0 | WARN 0 | SKIP 12 | PASS 172 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • (4): 'test_dtw_dismat.R:112:4', 'test_lowerbound.R:76:3', 'test_rundtw_univ.R:265:4', 'test_rundtw_univ.R:313:4' • there is no bug! (1): 'test_rundtw_univ.R:277:4' • blabla (1): 'test_plot.R:4:4' • comparison 01-z (1): 'test_rundtw_univ.R:581:4' • runtime comparison (3): 'test_rundtw_multiv.R:197:4', 'test_rundtw_univ.R:351:4', 'test_rundtw_univ.R:452:4' • speed comparison (2): 'test_scale.R:67:4', 'test_scale.R:107:4' [ FAIL 0 | WARN 0 | SKIP 12 | PASS 172 ] > > proc.time() user system elapsed 3.73 0.71 4.43