Package: RClickhouse
Type: Package
Title: A 'DBI' Interface to the 'Yandex Clickhouse' Database Providing
        Basic 'dplyr' Support
Version: 0.5.2
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("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"))
    )
Description: 'Yandex Clickhouse' (<https://clickhouse.yandex/>) 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
SystemRequirements: C++11
Imports: dplyr (>= 0.7.0), dbplyr (>= 1.0.0), methods (>= 3.3.2), DBI
        (>= 0.6.0), Rcpp (>= 0.11.0), bit64
LazyData: true
RoxygenNote: 7.0.2
NeedsCompilation: yes
Depends: R (>= 3.3)
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: 2020-03-06 15:11:43 UTC; chris
Author: Christian Hotz-Behofsits [aut, cre],
  Daniel Winkler [aut],
  Luca Rauchenberger [aut],
  Peter Knaus [aut],
  Clemens Danninger [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]
Maintainer: Christian Hotz-Behofsits <christian.hotz-behofsits@wu.ac.at>
Repository: CRAN
Date/Publication: 2020-03-06 15:30:02 UTC
Built: R 4.1.0; x86_64-w64-mingw32; 2020-08-03 10:03:34 UTC; windows
Archs: i386, x64
