- using R Under development (unstable) (2026-06-19 r90183)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-16 (Debian 16.1.0-1) 16.1.0
GNU Fortran (Debian 16.1.0-1) 16.1.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-06-20 12:27:56 UTC
- checking for file ‘RClickhouse/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘RClickhouse’ version ‘0.6.10’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [1s/1s] OK
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘RClickhouse’ can be installed ... OK
See the install log for details.
- used C compiler: ‘gcc-16 (Debian 16.1.0-1) 16.1.0’
- used C++ compiler: ‘g++-16 (Debian 16.1.0-1) 16.1.0’
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [1s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/2s] OK
- checking whether the package can be unloaded cleanly ... [1s/1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/2s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/2s] OK
- checking loading without being on the library search path ... [1s/2s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [7s/9s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking compilation flags in Makevars ... OK
- checking for GNU extensions in Makefiles ... OK
- checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
- checking use of PKG_*FLAGS in Makefiles ... OK
- checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK
- checking pragmas in C/C++ headers and code ... OK
- checking compilation flags used ... OK
- checking compiled code ... OK
- checking examples ... [1s/2s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [3s/3s] ERROR
Running ‘testthat.R’ [2s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(RClickhouse)
>
> test_check("RClickhouse")
Saving _problems/test-agg-25.R
Saving _problems/test-prefix-13.R
[ FAIL 2 | WARN 0 | SKIP 25 | PASS 4 ]
══ Skipped tests (25) ══════════════════════════════════════════════════════════
• 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'
• empty test (4): , , ,
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-agg.R:25:5'): custom aggregators translated correctly ──────────
Error in `dbplyr_sql_translation(con)`: <ClickhouseConnection> uses dbplyr's 1st edition interface, which is no
longer supported.
ℹ Please contact the maintainer of the package for a solution.
Backtrace:
▆
1. ├─testthat::expect_equal(trans(var(x)), sql("varSamp(`x`)")) at test-agg.R:28:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─RClickhouse (local) trans(var(x))
5. └─dbplyr::translate_sql(!!enquo(x), window = FALSE, con = simulate_clickhouse()) at test-agg.R:25:5
6. └─dbplyr::translate_sql_(...)
7. └─dbplyr:::dbplyr_sql_translation(con)
8. └─dbplyr:::check_2ed(con)
9. └─cli::cli_abort(...)
10. └─rlang::abort(...)
── Error ('test-prefix.R:13:5'): custom aggregators translated correctly ───────
Error in `dbplyr_sql_translation(con)`: <ClickhouseConnection> uses dbplyr's 1st edition interface, which is no
longer supported.
ℹ Please contact the maintainer of the package for a solution.
Backtrace:
▆
1. ├─testthat::expect_equal(trans(CaseSensitive(x)), sql("CaseSensitive(`x`)")) at test-prefix.R:16:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─RClickhouse (local) trans(CaseSensitive(x))
5. └─dbplyr::translate_sql(!!enquo(x), window = FALSE, con = simulate_clickhouse()) at test-prefix.R:13:5
6. └─dbplyr::translate_sql_(...)
7. └─dbplyr:::dbplyr_sql_translation(con)
8. └─dbplyr:::check_2ed(con)
9. └─cli::cli_abort(...)
10. └─rlang::abort(...)
[ FAIL 2 | WARN 0 | SKIP 25 | PASS 4 ]
Error:
! Test failures.
Execution halted
- checking PDF version of manual ... [4s/5s] OK
- checking HTML version of manual ... [0s/1s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR