R Under development (unstable) (2024-10-01 r87205 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(theftdlc) Loading required package: theft This is version 0.6.3 of theft. All analysis and visualisation functions (plus a host of new ones!) have been moved to the {theftdlc} package and subsequently renamed and refactored. You can install {theftdlc} via install.packages('theftdlc'). Please see https://hendersontrent.github.io/theftdlc/ for more. > > test_check("theftdlc") No IDs removed. All value vectors good for feature extraction. Running computations for catch22... Calculations completed for catch22. [ FAIL 0 | WARN 4 | SKIP 4 | PASS 1 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-classify.R:4:3', 'test-classify.R:11:3', 'test-compare_features.R:4:3', 'test-compare_features.R:11:3' [ FAIL 0 | WARN 4 | SKIP 4 | PASS 1 ] Warning message: There was 1 warning in `dplyr::reframe()`. ℹ In argument: `Rcatch22::catch22_all(.data$values, catch24 = catch24)`. ℹ In group 1: `id = "Gaussian Noise_1"` and `group = "Gaussian Noise"`. Caused by warning: ! As of 0.1.14 the feature 'CO_f1ecac' returns a double instead of int This warning is displayed once per session. > > proc.time() user system elapsed 4.25 0.84 5.06