Package: RClickhouse
Type: Package
Title: 'Yandex Clickhouse' Interface for R with Basic 'dplyr' Support
Version: 0.6.10
Encoding: UTF-8
Authors@R: c(
    person("Christian", "Hotz-Behofsits", email = "christian.hotz-behofsits@wu.ac.at", role = c("aut", "cre")),
    person("Daniel", "Winkler", email = "daniel.winkler@wu.ac.at", role = c("aut")),
    person("Luca", "Rauchenberger", email = "luca.rauchenberger@wu.ac.at", role = c("aut")),
    person("Peter", "Knaus", email = "peter.knaus@wu.ac.at", role = c("aut")),
    person("Clemens", "Danninger", email = "cran@b8000h.org", role = c("aut")),
    person("Daria", "Yudaeva", email = "daria.yudaeva@wu.ac.at", role = c("aut")),
    person("Simon", "Stiebellehner", email = "simon.stiebellehner@gmail.com", role = c("aut")),
    person("Dan", "Egnor", role = c("aut")),
    person("Vlad", "Losev", email = "vladl@google.com", role = c("aut")),
    person("Keith", "Ray", email = "keith.ray@gmail.com", role = c("aut")),
    person("Zhanyong", "Wan", email = "wan@google.com", role = c("aut")),
    person("Markus", "Heule", email = "mheule@google.com", role = c("aut")),
    person("Oliver", "Flasch", email = "oflasch@gmail.com", role = c("aut")),
    person(family = "Google", role = c("cph")),
    person("Yann", "Collet", role = c("cph", "aut"), comment = "Yann Collet is the author and copyright holder of 'lz4'")
    )
Description: 'Yandex Clickhouse' (<https://clickhouse.com/>) is a high-performance relational column-store database to enable
    big data exploration and 'analytics' scaling to petabytes of data. Methods are
    provided that enable working with 'Yandex Clickhouse' databases via
    'DBI' methods and using 'dplyr'/'dbplyr' idioms.
License: GPL-2
Imports: dplyr (>= 1.1.0), dbplyr (>= 2.0.0), methods (>= 3.3.2), DBI
        (>= 1.0.0), Rcpp (>= 0.11.0), bit64, cli
RoxygenNote: 7.3.2
NeedsCompilation: yes
Depends: R (>= 3.6.2)
Suggests: testthat
Collate: 'RcppExports.R' 'RClickhouse.R' 'ClickhouseDriver.R'
        'ClickhouseConnection.R' 'ClickhouseResult.R'
        'dbplyr-helpers.R' 'dplyr.R' 'zzz.R'
URL: https://github.com/IMSMWU/RClickhouse
BugReports: https://github.com/IMSMWU/RClickhouse/issues
LinkingTo: Rcpp
Packaged: 2025-02-26 09:45:50 UTC; chris-office
Author: Christian Hotz-Behofsits [aut, cre],
  Daniel Winkler [aut],
  Luca Rauchenberger [aut],
  Peter Knaus [aut],
  Clemens Danninger [aut],
  Daria Yudaeva [aut],
  Simon Stiebellehner [aut],
  Dan Egnor [aut],
  Vlad Losev [aut],
  Keith Ray [aut],
  Zhanyong Wan [aut],
  Markus Heule [aut],
  Oliver Flasch [aut],
  Google [cph],
  Yann Collet [cph, aut] (Yann Collet is the author and copyright holder
    of 'lz4')
Maintainer: Christian Hotz-Behofsits <christian.hotz-behofsits@wu.ac.at>
Repository: CRAN
Date/Publication: 2025-02-26 12:40:12 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 04:36:36 UTC; windows
Archs: x64
