R Under development (unstable) (2024-01-14 r85805 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(approxOT) > > test_check("approxOT") [ FAIL 0 | WARN 0 | SKIP 9 | PASS 126 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • Not implemented (2): 'test-transport_plan.R:559:3', 'test-transport_plan.R:587:3' • On CRAN (7): 'test-transport_plan.R:300:3', 'test-transport_plan.R:364:3', 'test-transport_plan_multimarg.R:136:3', 'test-transport_plan_multimarg.R:175:3', 'test-wasserstein.R:93:3', 'test-wasserstein.R:132:3', 'test-wasserstein.R:173:3' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 126 ] > > proc.time() user system elapsed 31.73 1.64 33.35