Package: theftdlc Check: examples New result: ERROR Running examples in ‘theftdlc-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: classify > ### Title: Fit classifiers using time-series features using a > ### resample-based approach and get a fast understanding of performance > ### Aliases: classify tsfeature_classifier > > ### ** Examples > > > library(theft) > > features <- theft::calculate_features(theft::simData, + group_var = "process", + feature_set = "catch22") Error in theft::calculate_features(theft::simData, group_var = "process", : unused argument (group_var = "process") Execution halted Package: theftdlc Check: re-building of vignette outputs New result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘theftdlc.Rmd’ using rmarkdown Quitting from theftdlc.Rmd:53-61 [unnamed-chunk-4] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error in `calculate_features()`: ! unused arguments (id_var = "id", time_var = "timepoint", values_var = "values", group_var = "process") ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'theftdlc.Rmd' failed with diagnostics: unused arguments (id_var = "id", time_var = "timepoint", values_var = "values", group_var = "process") --- failed re-building ‘theftdlc.Rmd’ SUMMARY: processing the following file failed: ‘theftdlc.Rmd’ Error: Vignette re-building failed. Execution halted Package: theftdlc Check: tests New result: ERROR Running ‘testthat.R’ [3s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(theftdlc) Loading required package: theft This is version 0.8.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. theft also now requires a `tsibble` as an input rather than a data frame. Please consult the new documentation. > > test_check("theftdlc") Error in `FUN()`: ! In path: "/home/hornik/tmp/CRAN_recheck/theftdlc.Rcheck/tests/testthat/helper-core_data.R" Caused by error in `calculate_features()`: ! unused arguments (id_var = "id", time_var = "timepoint", values_var = "values", group_var = "process") Backtrace: ▆ 1. ├─testthat::test_check("theftdlc") 2. │ └─testthat::test_dir(...) 3. │ └─testthat:::test_files(...) 4. │ └─testthat:::test_files_serial(...) 5. │ └─testthat:::test_files_setup_state(...) 6. │ └─testthat::source_test_helpers(".", env) 7. │ └─testthat::source_dir(path, "^helper.*\\.[rR]$", env = env, wrap = FALSE) 8. │ └─base::lapply(...) 9. │ └─testthat (local) FUN(X[[i]], ...) 10. │ └─testthat::source_file(path, env = env, chdir = chdir, wrap = wrap) 11. │ ├─base::withCallingHandlers(...) 12. │ └─base::eval(exprs, env) 13. │ └─base::eval(exprs, env) 14. └─base::.handleSimpleError(...) at tests/testthat/helper-core_data.R:5:1 15. └─testthat (local) h(simpleError(msg, call)) 16. └─rlang::abort(...) Execution halted