R Under development (unstable) (2024-06-03 r86679 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. > # 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 74 | PASS 72 ] ══ Skipped tests (74) ══════════════════════════════════════════════════════════ • !is_macos() is TRUE (1): 'test-utils.R:139:3' • On CRAN (68): 'test-dbi-connection.R:8:3', 'test-dbi-connection.R:17:3', 'test-dbi-connection.R:26:3', 'test-dbi-connection.R:30:3', 'test-driver-databricks.R:36:3', 'test-driver-databricks.R:41:3', 'test-driver-databricks.R:63:3', 'test-driver-databricks.R:75:3', 'test-driver-databricks.R:108:3', 'test-driver-mysql.R:2:3', 'test-driver-mysql.R:87:3', 'test-driver-mysql.R:91:3', 'test-driver-mysql.R:102:3', 'test-driver-oracle.R:2:3', 'test-driver-oracle.R:13:3', 'test-driver-postgres.R:2:3', 'test-driver-postgres.R:98:3', 'test-driver-postgres.R:112:3', 'test-driver-postgres.R:136:3', 'test-driver-postgres.R:155:3', 'test-driver-snowflake.R:12:3', 'test-driver-snowflake.R:60:3', 'test-driver-snowflake.R:84:3', 'test-driver-snowflake.R:103:3', 'test-driver-snowflake.R:145:3', 'test-driver-sql-server.R:2:3', 'test-driver-sql-server.R:85:3', 'test-driver-sql-server.R:121:3', 'test-driver-sql-server.R:134:3', 'test-driver-sql-server.R:143:3', 'test-driver-sql-server.R:151:3', 'test-driver-sql-server.R:173:3', 'test-driver-sql-server.R:194:3', 'test-driver-sql-server.R:221:3', 'test-driver-sql-server.R:232:3', 'test-driver-sql-server.R:238:3', 'test-driver-sql-server.R:248:3', 'test-driver-sql-server.R:258:3', 'test-driver-sql-server.R:268:3', 'test-driver-sql-server.R:290:3', 'test-driver-sqlite.R:2:3', 'test-driver-sqlite.R:134:3', 'test-driver-sqlite.R:144:3', 'test-driver-sqlite.R:155:3', 'test-driver-sqlite.R:170:3', 'test-driver-sqlite.R:185:3', 'test-odbc-config.R:25:3', 'test-odbc-config.R:33: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:69:3', 'test-odbc-connection.R:85:3', 'test-odbc-connection.R:90: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:87:3', 'test-utils.R:94:3', 'test-utils.R:103:3', 'test-utils.R:112:3', 'test-utils.R:135:3', 'test-utils.R:150:3' • On Windows (2): 'test-driver-postgres.R:103:3', 'test-odbc-config.R:2:3' • Secret ODBC_PWD_SNOWFLAKE not available. (2): 'test-driver-snowflake.R:4:5', 'test-driver-snowflake.R:154:5' • has_unixodbc() is not TRUE (1): 'test-utils.R:47:3' [ FAIL 0 | WARN 0 | SKIP 74 | PASS 72 ] > > proc.time() user system elapsed 4.79 0.89 5.67