R Under development (unstable) (2023-10-03 r85259 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(theft) > > test_check("theft") No IDs removed. All value vectors good for feature extraction. Running computations for catch22... Calculations completed for catch22. [ FAIL 0 | WARN 1 | SKIP 5 | PASS 2 ] ══ Skipped tests (5) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-calculate_features.R:22:3', 'test-compare_features.R:4:3', 'test-compare_features.R:11:3', 'test-tsfeature_classifier.R:4:3', 'test-tsfeature_classifier.R:11:3' [ FAIL 0 | WARN 1 | SKIP 5 | 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::summarise()`. ℹ In argument: `Rcatch22::catch22_all(.data$values, catch24 = catch24)`. ℹ In group 1: `id = "AR(1)_1"`, `group = "AR(1)"`. 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. 6: Returning more (or less) than 1 row per `summarise()` group was deprecated in dplyr 1.1.0. ℹ Please use `reframe()` instead. ℹ When switching from `summarise()` to `reframe()`, remember that `reframe()` always returns an ungrouped data frame and adjust accordingly. > > proc.time() user system elapsed 4.67 0.76 5.43