Package: RClickhouse
Type: Package
Title: A 'DBI' Interface to the 'Yandex Clickhouse' Database Providing
        Basic 'dplyr' Support
Version: 0.4.0
Encoding: UTF-8
Authors@R: c(
    person("Christian", "Hotz-Behofsits", email = "christian.hotz-behofsits@wu.ac.at", role = c("aut", "cre")),
    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(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), yaml (>= 2.1.14)
LazyData: true
RoxygenNote: 6.0.1
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: 2018-01-20 14:02:41 UTC; chris
Author: Christian Hotz-Behofsits [aut, cre],
  Clemens Danninger [aut],
  Simon Stiebellehner [aut],
  Dan Egnor [aut],
  Vlad Losev [aut],
  Keith Ray [aut],
  Zhanyong Wan [aut],
  Markus Heule [aut],
  Google [cph],
  Yann Collet [cph]
Maintainer: Christian Hotz-Behofsits <christian.hotz-behofsits@wu.ac.at>
Repository: CRAN
Date/Publication: 2018-01-20 14:17:37 UTC
