R Under development (unstable) (2024-04-30 r86503 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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 0 | SKIP 47 | PASS 608 ] ══ Skipped tests (47) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test-DBItest.R:1:1', 'test-arrow.R:18:1', 'test-arrow_stream.R:1:1', 'test-backend-dbplyr__duckdb_connection.R:278:3', 'test-backend-dbplyr__duckdb_connection.R:310:3', 'test-backend-dbplyr__duckdb_connection.R:353:3', 'test-backend-dbplyr__duckdb_connection.R:378:3', 'test-backend-dbplyr__duckdb_connection.R:424:3', 'test-backend-dbplyr__duckdb_connection.R:454:3', 'test-backend-dbplyr__duckdb_connection.R:479:3', 'test-backend-dbplyr__duckdb_connection.R:495:3', 'test-explain.R:1:1', 'test-extension_path.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' • TEST_RE2 is not TRUE (25): 'test-connect.R:59:3', 'test-connect.R:79:3', 'test-connect.R:99:3', 'test-connect.R:119:3', 'test-connect.R:144:3', 'test-connect.R:167:3', 'test-dbwritetable.R:2:3', 'test-factor.R:2:3', 'test-factor.R:25:3', 'test-factor.R:40:3', 'test-factor.R:69:3', 'test-read.R:2:3', 'test-readonly.R:2:3', 'test-register.R:41:3', 'test-rel_api.R:8217:3', 'test-rel_api.R:11259:3', 'test-shutdown.R:2:3', 'test-struct.R:113:3', 'test-struct.R:133:3', 'test-timestamp.R:2:3', 'test-viewer.R:2:3', 'test-viewer.R:17:3', 'test-viewer.R:37:3', 'test-viewer.R:60:3', 'test-viewer.R:80:3' • empty test (1): 'test-factor.R:82:1' • interactive() is not TRUE (2): 'test-connect.R:5:3', 'test-connect.R:15:3' [ FAIL 0 | WARN 0 | SKIP 47 | PASS 608 ] Warning messages: 1: Connection is garbage-collected, use dbDisconnect() to avoid this. 2: Connection is garbage-collected, use dbDisconnect() to avoid this. > > proc.time() user system elapsed 16.82 10.45 20.75 Warning message: Database is garbage-collected, use dbConnect(duckdb()) with dbDisconnect(), or duckdb::duckdb_shutdown(drv) to avoid this.