Package: RAthena
Type: Package
Title: Connect to 'AWS Athena' using 'Boto3' ('DBI' Interface)
Version: 1.4.1
Authors@R: person("Dyfan", "Jones", email="dyfan.r.jones@gmail.com", 
                  role= c("aut", "cre"))
Description: Designed to be compatible with the R package 'DBI' (Database Interface)
    when connecting to Amazon Web Service ('AWS') Athena <https://aws.amazon.com/athena/>.
    To do this 'Python' 'Boto3' Software Development Kit ('SDK')
    <https://boto3.amazonaws.com/v1/documentation/api/latest/index.html> is used as a driver.
Imports: data.table, DBI (>= 0.7), methods, reticulate (>= 1.13),
        stats, utils
Suggests: arrow, bit64, dplyr, dbplyr, testthat
Depends: R (>= 3.2.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
URL: https://github.com/DyfanJones/RAthena
BugReports: https://github.com/DyfanJones/RAthena/issues
Collate: 'RAthena.R' 'Driver.R' 'Connection.R' 'DataTypes.R' 'Result.R'
        'athena_low_api.R' 'dplyr_integration.R' 'install.R' 'table.R'
        'util.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2019-11-28 19:20:07 UTC; lmar763
Author: Dyfan Jones [aut, cre]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Repository: CRAN
Date/Publication: 2019-11-28 22:30:02 UTC
