R Under development (unstable) (2025-12-05 r89107 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(odbc) > > test_check("odbc") [ FAIL 0 | WARN 0 | SKIP 88 | PASS 102 ] ══ Skipped tests (88) ══════════════════════════════════════════════════════════ • !is_macos() is TRUE (1): 'test-utils.R:205:3' • On CRAN (80): 'test-dbi-connection.R:1:1', 'test-dbi-connection.R:11:1', 'test-dbi-connection.R:20:1', 'test-dbi-connection.R:31:3', 'test-driver-databricks.R:31:1', 'test-driver-databricks.R:39:1', 'test-driver-databricks.R:55:1', 'test-driver-databricks.R:76:1', 'test-driver-databricks.R:107:1', 'test-driver-databricks.R:156:1', 'test-driver-mysql.R:4:3', 'test-driver-mysql.R:91:3', 'test-driver-mysql.R:95:3', 'test-driver-mysql.R:106:3', 'test-driver-oracle.R:4:3', 'test-driver-oracle.R:75:3', 'test-driver-oracle.R:87:3', 'test-driver-oracle.R:98:3', 'test-driver-postgres.R:4:3', 'test-driver-postgres.R:103:3', 'test-driver-postgres.R:117:3', 'test-driver-postgres.R:141:3', 'test-driver-postgres.R:160:3', 'test-driver-snowflake.R:10:1', 'test-driver-snowflake.R:59:1', 'test-driver-snowflake.R:99:1', 'test-driver-snowflake.R:110:1', 'test-driver-snowflake.R:140:1', 'test-driver-snowflake.R:170:1', 'test-driver-sql-server.R:4:3', 'test-driver-sql-server.R:88:3', 'test-driver-sql-server.R:124:3', 'test-driver-sql-server.R:137:3', 'test-driver-sql-server.R:146:3', 'test-driver-sql-server.R:154:3', 'test-driver-sql-server.R:176:3', 'test-driver-sql-server.R:197:3', 'test-driver-sql-server.R:224:3', 'test-driver-sql-server.R:235:3', 'test-driver-sql-server.R:243:3', 'test-driver-sql-server.R:253:3', 'test-driver-sql-server.R:263:3', 'test-driver-sql-server.R:273:3', 'test-driver-sql-server.R:295:3', 'test-driver-sql-server.R:367:3', 'test-driver-sql-server.R:380:3', 'test-driver-sql-server.R:392:3', 'test-driver-sql-server.R:396:3', 'test-driver-sql-server.R:428:3', 'test-driver-sql-server.R:471:3', 'test-driver-sqlite.R:4:3', 'test-driver-sqlite.R:135:3', 'test-driver-sqlite.R:145:3', 'test-driver-sqlite.R:156:3', 'test-driver-sqlite.R:171:3', 'test-driver-sqlite.R:186:3', 'test-odbc-config.R:21:1', 'test-odbc-config.R:28:1', 'test-odbc-config.R:39:1', 'test-odbc-connection.R:16:1', 'test-odbc-connection.R:20:1', 'test-odbc-connection.R:31:1', 'test-odbc-connection.R:59:1', 'test-odbc-connection.R:70:3', 'test-odbc-connection.R:87:3', 'test-odbc-connection.R:92:3', 'test-odbc-data-sources.R:2:3', 'test-odbc-drivers.R:2:3', 'test-odbc-drivers.R:11:3', 'test-utils.R:1:1', 'test-utils.R:21:1', 'test-utils.R:55:1', 'test-utils.R:91:3', 'test-utils.R:140:3', 'test-utils.R:148:3', 'test-utils.R:158:3', 'test-utils.R:166:1', 'test-utils.R:185:1', 'test-utils.R:217:1', 'test-utils.R:241:1' • On Windows (4): 'test-dbi-connection.R:40:3', 'test-driver-postgres.R:108:3', 'test-driver-sql-server.R:334:3', 'test-odbc-config.R:2:3' • Secret SNOWFLAKE_PRIVATE_KEY not available. (1): 'test-driver-snowflake.R:4:5' • has_unixodbc() is not TRUE (1): 'test-utils.R:47:3' • is_macos() is not TRUE (1): 'test-utils.R:195:3' [ FAIL 0 | WARN 0 | SKIP 88 | PASS 102 ] > > proc.time() user system elapsed 7.75 0.95 8.71