Package: ClickHouseHTTP Type: Package Title: A Simple HTTP Database Interface to 'ClickHouse' Version: 1.0.0 Authors@R: c( person( "Patrice", "Godard", role = c("aut", "cre", "cph"), email = "patrice.godard@gmail.com" ), person( "Eusebiu", "Marcu", role = "ctb", email = "marcueusebiu@gmail.com" ) ) Description: 'ClickHouse' () is an open-source, high performance columnar OLAP (online analytical processing of queries) database management system for real-time analytics using SQL. This 'DBI' backend relies on the 'ClickHouse' HTTP interface and support HTTPS protocol. URL: https://github.com/patzaw/ClickHouseHTTP BugReports: https://github.com/patzaw/ClickHouseHTTP/issues Depends: R (>= 4.1) Imports: methods, DBI (>= 0.3.0), httr2, jsonlite, arrow, data.table, stats Suggests: knitr, rmarkdown, dplyr, stringi Roxygen: list(markdown = TRUE) License: GPL-3 Encoding: UTF-8 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake libssl-dev Repository: https://patzaw.r-universe.dev Date/Publication: 2026-05-18 12:58:49 UTC RemoteUrl: https://github.com/patzaw/clickhousehttp RemoteRef: HEAD RemoteSha: ca51b32b39a8524ef1f05df760d683e8b2801461 NeedsCompilation: no Packaged: 2026-06-20 10:12:42 UTC; root Author: Patrice Godard [aut, cre, cph], Eusebiu Marcu [ctb] Maintainer: Patrice Godard