R version 4.5.0 alpha (2025-03-25 r88054 ucrt) 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 84 | PASS 89 ] ══ Skipped tests (84) ══════════════════════════════════════════════════════════ • !is_macos() is TRUE (1): 'test-utils.R:178:3' • On CRAN (76): 'test-dbi-connection.R:8:3', 'test-dbi-connection.R:17:3', 'test-dbi-connection.R:26:3', 'test-dbi-connection.R:31:3', 'test-driver-databricks.R:36:3', 'test-driver-databricks.R:43:3', 'test-driver-databricks.R:65:3', 'test-driver-databricks.R:77:3', 'test-driver-databricks.R:110:3', 'test-driver-databricks.R:160:3', '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:12:3', 'test-driver-snowflake.R:60:3', 'test-driver-snowflake.R:104:3', 'test-driver-snowflake.R:116:3', 'test-driver-snowflake.R:145:3', 'test-driver-snowflake.R:187:3', '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-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:25:3', 'test-odbc-config.R:33:3', 'test-odbc-config.R:42:3', 'test-odbc-connection.R:17:3', 'test-odbc-connection.R:24:3', 'test-odbc-connection.R:32:3', 'test-odbc-connection.R:64:3', '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:2:3', 'test-utils.R:22:3', 'test-utils.R:56:3', 'test-utils.R:65:3', 'test-utils.R:113:3', 'test-utils.R:121:3', 'test-utils.R:131:3', 'test-utils.R:141:3', 'test-utils.R:164:3', 'test-utils.R:192:3', 'test-utils.R:226:3' • 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:168:3' [ FAIL 0 | WARN 0 | SKIP 84 | PASS 89 ] > > proc.time() user system elapsed 4.67 0.53 5.17