R Under development (unstable) (2026-02-14 r89420 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(gaitkit) > > test_check("gaitkit") gaitkit_result method=ensemble fps=100 frames=1000 Heel-strikes: 2 (L=1, R=1) Toe-offs: 2 (L=1, R=1) Stride time: 1.050 s (cadence 57 steps/min) gaitkit_result method=unknown fps=NA frames=NA Heel-strikes: 0 (L=0, R=0) Toe-offs: 0 (L=0, R=0) gaitkit_result method=unknown fps=100 frames=10 Heel-strikes: 0 (L=0, R=0) Toe-offs: 0 (L=0, R=0) [ FAIL 0 | WARN 0 | SKIP 2 | PASS 33 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • Python gaitkit module is not available in this environment (2): 'test-gaitkit.R:8:5', 'test-gaitkit.R:29:5' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 33 ] > > proc.time() user system elapsed 1.85 0.43 10.81