R Under development (unstable) (2024-06-02 r86665 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(dbx) > > test_check("dbx") [ FAIL 0 | WARN 0 | SKIP 24 | PASS 85 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • !(isPostgres(db) || isMariaDB(db)) || redshift is TRUE (3): 'test-sqlite.R:7:1', 'test-sqlite.R:7:1', 'test-sqlite.R:7:1' • !isPostgres(db) is TRUE (10): 'test-sqlite.R:7:1', 'test-sqlite.R:7:1', 'test-sqlite.R:7:1', 'test-sqlite.R:7:1', 'test-sqlite.R:7:1', 'test-sqlite.R:7:1', 'test-sqlite.R:7:1', 'test-sqlite.R:7:1', 'test-sqlite.R:7:1', 'test-sqlite.R:7:1' • On CRAN (4): 'test-mariadb.R:3:1', 'test-mysql.R:3:1', 'test-postgres.R:3:1', 'test-postgresql.R:3:1' • empty test (1): 'test-sqlite.R:7:1' • isSQLite(db) is TRUE (1): 'test-sqlite.R:7:1' • isSQLite(db) || isSQLServer(db) is TRUE (1): 'test-sqlite.R:7:1' • odbc (3): 'test-odbc-mysql.R:3:1', 'test-odbc-postgres.R:3:1', 'test-odbc-sqlserver.R:3:1' • redshift (1): 'test-redshift.R:3:1' [ FAIL 0 | WARN 0 | SKIP 24 | PASS 85 ] > > proc.time() user system elapsed 2.34 0.50 2.82