R Under development (unstable) (2026-02-08 r89382 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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 6 | SKIP 9 | PASS 48 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • 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' • {MonetDBLite} is not installed (2): 'test-arkdb.R:132:3', 'test-local_db.R:24:3' [ FAIL 0 | WARN 6 | SKIP 9 | PASS 48 ] > > proc.time() user system elapsed 75.40 5.01 72.09