@@ -3,15 +3,8 @@ Type: Package
33Title: 'ClickHouse' Interface for R via 'Arrow Flight SQL' and HTTP
44Version: 2.0.0
55Encoding: UTF-8
6- Authors@R: c(
7- person("Christian", "Hotz-Behofsits", email = "christian.hotz-behofsits@wu.ac.at", role = c("aut", "cre")),
8- person("Daniel", "Winkler", email = "daniel.winkler@wu.ac.at", role = c("aut")),
9- person("Luca", "Rauchenberger", email = "luca.rauchenberger@wu.ac.at", role = c("aut")),
10- person("Peter", "Knaus", email = "peter.knaus@wu.ac.at", role = c("aut")),
11- person("Clemens", "Danninger", email = "cran@b8000h.org", role = c("aut")),
12- person("Daria", "Yudaeva", email = "daria.yudaeva@wu.ac.at", role = c("aut")),
13- person("Simon", "Stiebellehner", email = "simon.stiebellehner@gmail.com", role = c("aut"))
14- )
6+ Authors@R:
7+ person("Christian", "Hotz-Behofsits", email = "christian.hotz-behofsits@wu.ac.at", role = c("aut", "cre"))
158Description: A 'DBI'-compliant interface to the 'ClickHouse' column-store database
169 (<https://clickhouse.com/>) for big data exploration and analytics. Communication
1710 happens entirely through 'Apache Arrow': either the native 'Arrow Flight SQL'
0 commit comments