Package: sparklyr.flint
Type: Package
Title: Sparklyr Extension for 'Flint'
Version: 0.1.1
Authors@R: c(
    person("Yitao", "Li", email = "yitao@rstudio.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-1261-905X"))
    )
Maintainer: Yitao Li <yitao@rstudio.com>
Description: This sparklyr extension makes 'Flint' time series library
    functionalities (<https://github.com/twosigma/flint>) easily accessible
    through R.
License: Apache License 2.0
SystemRequirements: Spark: 2.x or above
URL: <https://github.com/r-spark/sparklyr.flint>
BugReports: https://github.com/r-spark/sparklyr.flint/issues
LazyData: TRUE
RoxygenNote: 7.1.1
Depends: R (>= 3.2)
Imports: dbplyr, dplyr, sparklyr (>= 1.3), rlang, tibble
Collate: 'imports.R' 'globals.R' 'init.R' 'sdf_utils.R'
        'window_exprs.R' 'summarizers.R' 'utils.R'
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-08-13 12:54:38 UTC; ubuntu
Author: Yitao Li [aut, cre] (<https://orcid.org/0000-0002-1261-905X>)
Repository: CRAN
Date/Publication: 2020-08-24 16:10:03 UTC
