R version 4.4.0 RC (2024-04-16 r86468 ucrt) -- "Puppy Cup" 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(fastcpd) > > test_check("fastcpd") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 9 | PASS 86 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-vignettes-comparison-pelt.R:4:1', 'test-examples-fastcpd_mean-time_1.R:3:5', 'test-examples-fastcpd_mean-time_2.R:3:5', 'test-examples-fastcpd_mean-time_3.R:3:5', 'test-examples-fastcpd_meanvariance-time_1.R:3:5', 'test-examples-fastcpd_meanvariance-time_2.R:3:5', 'test-examples-fastcpd_variance-time_1.R:3:5', 'test-examples-fastcpd_variance-time_2.R:3:5' • These tests are intended to be run manually. (1): 'test-experiments.R:1:1' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 86 ] > > proc.time() user system elapsed 3.65 0.71 78.21