R Under development (unstable) (2024-03-10 r86088 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(theft) This is version 0.6.1 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("theft") No IDs removed. All value vectors good for feature extraction. Running computations for catch22... Calculations completed for catch22. [ FAIL 0 | WARN 0 | SKIP 1 | PASS 2 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-calculate_features.R:10:3' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 2 ] Warning messages: 1: Use of .data in tidyselect expressions was deprecated in tidyselect 1.2.0. ℹ Please use `"id"` instead of `.data$id` 2: Use of .data in tidyselect expressions was deprecated in tidyselect 1.2.0. ℹ Please use `"timepoint"` instead of `.data$timepoint` 3: Use of .data in tidyselect expressions was deprecated in tidyselect 1.2.0. ℹ Please use `"values"` instead of `.data$values` 4: Use of .data in tidyselect expressions was deprecated in tidyselect 1.2.0. ℹ Please use `"group"` instead of `.data$group` 5: 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 2.71 0.32 3.03