Package: connections Check: tests New result: ERROR Running ‘testthat.R’ [3s/3s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(connections) > > test_check("connections") Writing to pin 'my_conn' Writing to pin 'my_table' [ FAIL 1 | WARN 0 | SKIP 1 | PASS 19 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-pins.R:1:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-dbi.R:17:3'): Schema support in dbi functions work as expected ── Error: no such table: test.sqlite_master Backtrace: ▆ 1. ├─testthat::expect_silent(...) at test-dbi.R:17:3 2. │ └─testthat:::quasi_capture(enquo(object), NULL, evaluate_promise) 3. │ ├─testthat (local) .capture(...) 4. │ │ ├─withr::with_output_sink(...) 5. │ │ │ └─base::force(code) 6. │ │ ├─base::withCallingHandlers(...) 7. │ │ └─base::withVisible(code) 8. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 9. └─connections:::dbi_list_objects(...) 10. ├─DBI::dbListObjects(con, prefix = dbu) 11. └─RSQLite::dbListObjects(con, prefix = dbu) 12. └─RSQLite:::dbSendQuery_SQLiteConnection_character(conn, sql) 13. ├─methods::new(...) 14. │ ├─methods::initialize(value, ...) 15. │ └─methods::initialize(value, ...) 16. └─RSQLite:::result_create(conn@ptr, statement) [ FAIL 1 | WARN 0 | SKIP 1 | PASS 19 ] Error: ! Test failures. Warning message: call dbDisconnect() when finished working with a connection Execution halted