-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.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
Type: Package
Package: sparklyr.flint
Title: Sparklyr Extension for 'Flint'
Version: 0.2.2
Authors@R:
c(person(given = "Yitao",
family = "Li",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-1261-905X")),
person(given = "Edgar",
family = "Ruiz",
role = c("aut", "cre"),
email = "[email protected]"))
Maintainer: Edgar Ruiz <[email protected]>
Description: This sparklyr extension makes 'Flint' time series
library functionalities (<https://github.com/twosigma/flint>) easily
accessible through R.
License: Apache License 2.0
URL: <https://github.com/r-spark/sparklyr.flint>
BugReports: https://github.com/r-spark/sparklyr.flint/issues
Depends:
R (>= 3.2)
Imports:
dbplyr,
dplyr,
rlang,
sparklyr (>= 1.3)
Suggests:
knitr,
rmarkdown,
tibble
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.1.1
SystemRequirements: Spark: 2.x or above
Collate:
'imports.R'
'globals.R'
'sdf_utils.R'
'asof_join.R'
'init.R'
'window_exprs.R'
'summarizers.R'
'ols_regression.R'
'reexports.R'
'utils.R'