R Under development (unstable) (2025-11-13 r89017 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(warp) > > test_check("warp") [ FAIL 0 | WARN 0 | SKIP 28 | PASS 710 ] ══ Skipped tests (28) ══════════════════════════════════════════════════════════ • On CRAN (28): 'test-distance.R:24:1', 'test-distance.R:169:1', 'test-distance.R:180:1', 'test-distance.R:375:1', 'test-distance.R:515:1', 'test-distance.R:526:1', 'test-distance.R:683:1', 'test-distance.R:1022:1', 'test-distance.R:1033:1', 'test-distance.R:1362:1', 'test-distance.R:1555:1', 'test-distance.R:1566:1', 'test-distance.R:1752:1', 'test-distance.R:1990:1', 'test-distance.R:2001:1', 'test-distance.R:2149:3', 'test-distance.R:2237:1', 'test-distance.R:2486:1', 'test-distance.R:2497:1', 'test-distance.R:2814:1', 'test-distance.R:3057:1', 'test-distance.R:3069:1', 'test-distance.R:3304:1', 'test-distance.R:3552:1', 'test-distance.R:3564:1', 'test-distance.R:3801:1', 'test-distance.R:4082:1', 'test-distance.R:4097:1' [ FAIL 0 | WARN 0 | SKIP 28 | PASS 710 ] > > proc.time() user system elapsed 15.43 3.68 19.12