R Under development (unstable) (2023-11-26 r85638 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("DBI") > > test_check("duckdb") Loading required package: duckdb [ FAIL 0 | WARN 1 | SKIP 19 | PASS 628 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-DBItest.R:1:1', 'test_arrow.R:18:1', 'test_arrow_stream.R:1:1', 'test_backend-dbplyr__duckdb_connection.R:229:3', 'test_backend-dbplyr__duckdb_connection.R:259:3', 'test_backend-dbplyr__duckdb_connection.R:300:3', 'test_backend-dbplyr__duckdb_connection.R:323:3', 'test_backend-dbplyr__duckdb_connection.R:367:3', 'test_backend-dbplyr__duckdb_connection.R:395:3', 'test_backend-dbplyr__duckdb_connection.R:418:3', 'test_backend-dbplyr__duckdb_connection.R:432:3', 'test_explain.R:1:1', 'test_fetch_arrow.R:1:1', 'test_multi_statement.R:1:1', 'test_register_arrow.R:1:1', 'test_struct.R:52:3', 'test_tbl__duckdb_connection.R:1:1' • On Windows (1): 'test_types.R:2:3' • empty test (1): 'test_factor.R:74:1' [ FAIL 0 | WARN 1 | SKIP 19 | PASS 628 ] Warning messages: 1: Database is garbage-collected, use dbDisconnect(con, shutdown=TRUE) or duckdb::duckdb_shutdown(drv) to avoid this. 2: Database is garbage-collected, use dbDisconnect(con, shutdown=TRUE) or duckdb::duckdb_shutdown(drv) to avoid this. > > proc.time() user system elapsed 19.40 19.53 27.96 Warning message: Database is garbage-collected, use dbDisconnect(con, shutdown=TRUE) or duckdb::duckdb_shutdown(drv) to avoid this.