Package: implyr
Type: Package
Title: R Interface for Apache Impala
Version: 0.2.0
Authors@R: c(
    person("Ian", "Cook", email = "ian@cloudera.com", role = c("aut", "cre")),
    person(family = "Cloudera", role = c("cph"))
    )
Maintainer: Ian Cook <ian@cloudera.com>
Description: 'SQL' back-end to 'dplyr' for Apache Impala (incubating), the 
    massively parallel processing query engine for Apache 'Hadoop'. Impala 
    enables low-latency 'SQL' queries on data stored in the 'Hadoop' 
    Distributed File System '(HDFS)', Apache 'HBase', Apache 'Kudu', and 
    Amazon Simple Storage Service '(S3)'. See <https://impala.apache.org> 
    for more information about Impala.
URL: https://github.com/ianmcook/implyr
BugReports: https://github.com/ianmcook/implyr/issues
Depends: R (>= 3.1.2), dplyr (>= 0.5.0.9005)
Imports: assertthat, DBI (>= 0.6-1), dbplyr (>= 0.0.0.9001), methods,
        rlang (>= 0.1.0), utils
Suggests: Lahman (>= 3.0-1), odbc, RJDBC, nycflights13, testthat
SystemRequirements: Impala driver to support a 'DBI'-compatible R
        interface
NeedsCompilation: no
License: Apache License 2.0 | file LICENSE
RoxygenNote: 6.0.1
Packaged: 2017-06-21 19:58:22 UTC; icook
Author: Ian Cook [aut, cre],
  Cloudera [cph]
Repository: CRAN
Date/Publication: 2017-06-21 20:04:48 UTC
