-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
33 lines (33 loc) · 978 Bytes
/
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
Package: glaredb
Title: R Bindings for 'GlareDB'
Version: 0.0.4.9000
Authors@R:
person("Tatsuya", "Shima", , "[email protected]", role = c("aut", "cre"))
Description: R bindings for 'GlareDB', an analytical database based on
'Apache Arrow' and 'Apache DataFusion' that can connect to various
data sources and execute queries.
License: AGPL-3
URL: https://eitsupi.github.io/r-glaredb/,
https://github.com/eitsupi/r-glaredb
BugReports: https://github.com/eitsupi/r-glaredb/issues
Imports:
nanoarrow
Suggests:
arrow,
knitr,
patrick,
polars,
rlang,
rmarkdown,
testthat (>= 3.0.0)
Config/glaredb/LibVersion: 0.0.3
Config/Needs/dev: RcppTOML, devtools, desc, dplyr, fs, gert, glue, lintr,
readr, styler, stringr
Config/Needs/website: pkgdown
Config/testthat/edition: 3
Encoding: UTF-8
OS_type: unix
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: Cargo (Rust's package manager), rustc,
protobuf-compiler