R Under development (unstable) (2024-01-14 r85805 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(arkdb) > > test_check("arkdb") [1] "Testing using backend duckdb_connection" [ FAIL 0 | WARN 7 | SKIP 9 | PASS 48 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • MonetDBLite cannot be loaded (2): 'test-arkdb.R:132:3', 'test-local_db.R:24:3' • On CRAN (6): 'test-arkdb.R:287:3', 'test-bulk-import.R:6:3', 'test-bulk-import.R:72:3', 'test-errors.R:12:3', 'test-errors.R:34:3', 'test-errors.R:53:3' • On Windows (1): 'test-arkdb.R:313:3' [ FAIL 0 | WARN 7 | SKIP 9 | PASS 48 ] Warning messages: 1: Database is garbage-collected, use dbDisconnect(con, shutdown=TRUE) or duckdb::duckdb_shutdown(drv) to avoid this. 2: Connection is garbage-collected, use dbDisconnect() to avoid this. 3: Database is garbage-collected, use dbDisconnect(con, shutdown=TRUE) or duckdb::duckdb_shutdown(drv) to avoid this. 4: Database is garbage-collected, use dbDisconnect(con, shutdown=TRUE) or duckdb::duckdb_shutdown(drv) to avoid this. 5: Database is garbage-collected, use dbDisconnect(con, shutdown=TRUE) or duckdb::duckdb_shutdown(drv) to avoid this. 6: Database is garbage-collected, use dbDisconnect(con, shutdown=TRUE) or duckdb::duckdb_shutdown(drv) to avoid this. 7: Database is garbage-collected, use dbDisconnect(con, shutdown=TRUE) or duckdb::duckdb_shutdown(drv) to avoid this. 8: Database is garbage-collected, use dbDisconnect(con, shutdown=TRUE) or duckdb::duckdb_shutdown(drv) to avoid this. 9: Database is garbage-collected, use dbDisconnect(con, shutdown=TRUE) or duckdb::duckdb_shutdown(drv) to avoid this. > > proc.time() user system elapsed 78.45 4.87 70.51 Warning message: Database is garbage-collected, use dbDisconnect(con, shutdown=TRUE) or duckdb::duckdb_shutdown(drv) to avoid this.