-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
52 lines (52 loc) · 1.44 KB
/
DESCRIPTION
File metadata and controls
52 lines (52 loc) · 1.44 KB
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
Package: RSnowflake
Title: DBI Interface to 'Snowflake'
Version: 0.2.0
Authors@R: c(
person("Snowflake Inc.", role = c("aut", "cre", "cph"),
email = "snowflake-r@snowflake.com"))
Description: A DBI-compliant interface to Snowflake (<https://www.snowflake.com>).
Connects via Snowflake's SQL API v2 (HTTPS/JSON) as the universal baseline,
with no dependency on ODBC, JDBC, or Python. Supports key-pair JWT,
programmatic access token (PAT), OAuth, and session token authentication.
Optionally uses ADBC (Arrow Database Connectivity) as an accelerator for
bulk reads (Arrow-native) and writes (PUT + COPY INTO), activated
automatically when adbcsnowflake is installed.
License: Apache License (>= 2) | file LICENSE
URL: https://github.com/Snowflake-Labs/RSnowflake
BugReports: https://github.com/Snowflake-Labs/RSnowflake/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.1.0)
Imports:
DBI (>= 1.2.0),
methods,
httr2 (>= 1.0.0),
jsonlite,
rlang (>= 1.0.0),
cli
Suggests:
openssl,
jose,
RcppTOML,
RcppSimdJson,
nanoarrow (>= 0.3.0),
adbcdrivermanager,
adbcsnowflake,
dbplyr (>= 2.3.0),
dplyr,
duckdb,
blob (>= 1.2.0),
hms (>= 1.0.0),
bit64,
reticulate,
snowflakeauth,
DBItest (>= 1.7.0),
testthat (>= 3.0.0),
mockr,
withr,
knitr,
rmarkdown
VignetteBuilder: knitr
Config/testthat/edition: 3