Package: teal.transform Check: tests New result: ERROR Running ‘testthat.R’ [9s/9s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > pkg_name <- "teal.transform" > library(pkg_name, character.only = TRUE) > testthat::test_check(pkg_name) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 696 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-data_extract_module.R:28:3'): Single filter ──────────────────── Error in `filter$children[[1]]$children[[2]]$children[[4]]`: subscript out of bounds Backtrace: ▆ 1. └─testthat::expect_equal(...) at test-data_extract_module.R:28:3 2. └─testthat::quasi_label(enquo(object), label, arg = "object") 3. └─rlang::eval_bare(expr, quo_get_env(quo)) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 696 ] Error: Test failures Execution halted