R Under development (unstable) (2024-01-20 r85814 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 50 | PASS 67 ] ══ Skipped tests (50) ══════════════════════════════════════════════════════════ • On CRAN (48): 'test-dbi-connection.R:8:3', 'test-dbi-connection.R:17:3', 'test-dbi-connection.R:26:3', 'test-driver-databricks.R:36:3', 'test-driver-databricks.R:41:3', 'test-driver-databricks.R:59:3', 'test-driver-databricks.R:71: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-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:141: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:70:3', 'test-odbc-connection.R:75:3', 'test-odbc-data-sources.R:2:3', 'test-odbc-drivers.R:2:3', 'test-odbc-drivers.R:11:3', 'test-utils.R:34:3' • On Windows (2): 'test-driver-postgres.R:103:3', 'test-odbc-config.R:2:3' [ FAIL 0 | WARN 0 | SKIP 50 | PASS 67 ] > > proc.time() user system elapsed 2.14 0.43 2.56