R Under development (unstable) (2023-09-21 r85196 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(fastcpd) > > test_check("fastcpd") [ FAIL 0 | WARN 0 | SKIP 11 | PASS 33 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • This test is intended to be run manually. (11): 'test-experiments.R:3:5', 'test-experiments.R:111:5', 'test-experiments.R:267:5', 'test-experiments.R:375:5', 'test-experiments.R:636:3', 'test-experiments.R:974:3', 'test-experiments.R:1343:3', 'test-experiments.R:1403:5', 'test-experiments.R:1453:5', 'test-experiments.R:1505:5', 'test-experiments.R:1557:5' [ FAIL 0 | WARN 0 | SKIP 11 | PASS 33 ] > > proc.time() user system elapsed 257.46 45.76 303.39