Package: noctua
Type: Package
Title: Connect to 'AWS Athena' using R 'AWS SDK' 'paws' ('DBI'
        Interface)
Version: 1.7.0
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 the 'R' 'AWS' Software Development Kit ('SDK') 'paws' 
    <https://github.com/paws-r/paws> is used as a driver.
Imports: data.table (>= 1.12.4), DBI (>= 0.7), methods, paws (>=
        0.1.5), stats, utils
Suggests: arrow, bit64, dplyr (>= 0.7.0), dbplyr, readr, testthat,
        vroom (>= 1.2.0), covr, knitr, rmarkdown, jsonlite
VignetteBuilder: knitr
Depends: R (>= 3.2.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
URL: https://github.com/DyfanJones/noctua
BugReports: https://github.com/DyfanJones/noctua/issues
Collate: 'noctua.R' 'Driver.R' 'Connection.R' 'DataTypes.R'
        'File_Parser.R' 'Options.R' 'Result.R' 'Table.R' 'View.R'
        'athena_low_api.R' 'dplyr_integration.R' 'sql_translate_env.R'
        'utils.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2020-05-14 14:52:20 UTC; lmar763
Author: Dyfan Jones [aut, cre]
Maintainer: Dyfan Jones <dyfan.r.jones@gmail.com>
Repository: CRAN
Date/Publication: 2020-05-14 15:30:02 UTC
