-
Notifications
You must be signed in to change notification settings - Fork 26
/
DESCRIPTION
53 lines (53 loc) · 2.18 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: RClickhouse
Type: Package
Title: 'Yandex Clickhouse' Interface for R with Basic 'dplyr' Support
Version: 0.6.9
Encoding: UTF-8
Authors@R: c(
person("Christian", "Hotz-Behofsits", email = "[email protected]", role = c("aut", "cre")),
person("Daniel", "Winkler", email = "[email protected]", role = c("aut")),
person("Luca", "Rauchenberger", email = "[email protected]", role = c("aut")),
person("Peter", "Knaus", email = "[email protected]", role = c("aut")),
person("Clemens", "Danninger", email = "[email protected]", role = c("aut")),
person("Daria", "Yudaeva", email = "[email protected]", role = c("aut")),
person("Simon", "Stiebellehner", email = "[email protected]", role = c("aut")),
person("Dan", "Egnor", role = c("aut")),
person("Vlad", "Losev", email = "[email protected]", role = c("aut")),
person("Keith", "Ray", email = "[email protected]", role = c("aut")),
person("Zhanyong", "Wan", email = "[email protected]", role = c("aut")),
person("Markus", "Heule", email = "[email protected]", role = c("aut")),
person("Oliver", "Flasch", email = "[email protected]", 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.2.3
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