-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
36 lines (36 loc) · 972 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
34
35
36
Package: RSnowflake
Title: Use dplyr with SnowflakeDB
Description: A DBI/dplyr/dbplyr backend for SnowflakeDB. "Forked" from snowflakedb/dplyr-snowflakedb.
Version: 0.3.0
Date: 2017-10-03
Authors@R: c(
person("Greg", "Rahn", email = "[email protected]",
role = c("aut", "cre")),
person("Edward", "Ma", email = "[email protected]",
role = c("aut", "cre")),
person("Snowflake Computing", role = "cph")
)
Author: Greg Rahn <[email protected]>
Maintainer: Zachary Smith <[email protected]>
URL: https://github.com/zacharyrsmith/RSnowflake
BugReports: https://github.com/zacharyrsmith/RSnowflake/issues
Depends:
R (>= 3.2.1),
RJDBC,
assertthat,
dbplyr,
dplyr (>= 0.5.0),
futile.logger,
glue
Imports:
utils,
magrittr,
lazyeval (>= 0.1.10)
Suggests:
Lahman (>= 3.0-1),
nycflights13,
methods,
testthat
License: Apache License(== 2.0)
LazyData: true
RoxygenNote: 6.1.0