R Under development (unstable) (2023-08-20 r84995 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(RClickhouse) > > test_check("RClickhouse") [ FAIL 0 | WARN 1 | SKIP 21 | PASS 8 ] ══ Skipped tests (21) ══════════════════════════════════════════════════════════ • On CRAN (21): 'test-DBI_methods__ClickhouseConnection.R:9:3', 'test-DBI_methods__ClickhouseConnection.R:31:3', 'test-DBI_methods__ClickhouseConnection.R:44:3', 'test-DBI_methods__ClickhouseConnection.R:56:3', 'test-DBI_methods__ClickhouseConnection.R:66:3', 'test-DBI_methods__ClickhouseConnection.R:87:3', 'test-DBI_methods__ClickhouseConnection.R:102:3', 'test-array.R:9:3', 'test-array.R:13:3', 'test-array.R:17:3', 'test-array.R:23:3', 'test-array.R:32:3', 'test-array.R:41:3', 'test-enum.R:9:3', 'test-enum.R:13:3', 'test-escape.R:18:3', 'test-int64.R:9:3', 'test-regr-25.R:13:3', 'test-uuid.R:9:3', 'test-uuid.R:18:3', 'test-uuid.R:27:3' [ FAIL 0 | WARN 1 | SKIP 21 | PASS 8 ] > > proc.time() user system elapsed 2.31 0.34 2.64