IMSMWU/RClickhouse

Can't create connection

Closed this issue · 0 comments

Following the readme, I can't create a connection.

> con <- DBI::dbConnect(RClickhouse::clickhouse(), host="example-db.com")
Error in connect(config[["host"]], strtoi(config[["port"]]), config[["db"]],  : 

My sessionInfo

R version 4.2.0 (2022-04-22)
Platform: aarch64-apple-darwin20 (64-bit)
Running under: macOS 13.1

Matrix products: default
LAPACK: /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libRlapack.dylib

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils    
[5] datasets  methods   base     

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.10       rstudioapi_0.14  
 [3] magrittr_2.0.3    tidyselect_1.2.0 
 [5] bit_4.0.5         RClickhouse_0.6.4
 [7] R6_2.5.1          rlang_1.0.6      
 [9] fansi_1.0.4       dplyr_1.0.10     
[11] tools_4.2.0       arrow_10.0.1     
[13] utf8_1.2.2        cli_3.6.0        
[15] DBI_1.1.3         dbplyr_2.3.0     
[17] bit64_4.0.5       assertthat_0.2.1 
[19] tibble_3.1.8      lifecycle_1.0.3  
[21] purrr_1.0.1       duckdb_0.6.2     
[23] vctrs_0.5.1       glue_1.6.2       
[25] compiler_4.2.0    pillar_1.8.1     
[27] generics_0.1.3    pkgconfig_2.0.3