Package: implyr
Type: Package
Title: R Interface for Apache Impala
Version: 0.2.3
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, 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.2), DBI (>= 0.7), dplyr (>= 0.7.4)
Imports: assertthat, dbplyr (>= 1.2.1), methods, rlang (>= 0.1.6),
        tidyselect (>= 0.2.3), 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: 2018-03-18 20:43:37 UTC; icook
Author: Ian Cook [aut, cre],
  Cloudera [cph]
Repository: CRAN
Date/Publication: 2018-03-18 20:49:55 UTC
Built: R 3.3.3; ; 2018-04-22 17:39:59 UTC; windows
