-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
34 lines (34 loc) · 909 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
Package: dplyr.snowflakedb
Title: SnowflakeDB backend for dplyr
Description: Adds SnowflakeDB SQL backend support for dplyr.
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: Greg Rahn <[email protected]>
URL: https://github.com/snowflakedb/dplyr-snowflakedb
BugReports: https://github.com/snowflakedb/dplyr-snowflakedb/issues
Depends:
R (>= 3.2.1),
RJDBC
Imports:
assertthat,
utils,
magrittr,
lazyeval (>= 0.1.10),
dbplyr,
dplyr (>= 0.5.0)
Suggests:
Lahman (>= 3.0-1),
nycflights13,
methods,
testthat
License: Apache License(== 2.0)
LazyData: true
RoxygenNote: 6.0.1