R Under development (unstable) (2026-07-30 r90327 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(AstraeaDB) > > test_check("AstraeaDB") The tzdb package is not installed. Timezones will not be available to Arrow compute functions. If you get errors when using Arrow on datetimes, try running `install.packages('tzdb')` and trying again. [ FAIL 0 | WARN 1 | SKIP 18 | PASS 74 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • AstraeaDB server not available (17): 'test-client.R:53:3', 'test-client.R:64:3', 'test-client.R:86:3', 'test-client.R:120:3', 'test-client.R:139:3', 'test-client.R:156:3', 'test-client.R:187:3', 'test-client.R:214:3', 'test-client.R:241:3', 'test-client.R:259:3', 'test-client.R:278:3', 'test-client.R:309:3', 'test-client.R:335:3', 'test-client.R:424:3', 'test-client.R:447:3', 'test-client.R:465:3', 'test-client.R:485:3' • arrow is installed (1): 'test-arrow-client.R:6:3' [ FAIL 0 | WARN 1 | SKIP 18 | PASS 74 ] > > proc.time() user system elapsed 1.53 0.23 41.81