Package: RAthena
Type: Package
Title: Connect to 'AWS Athena' using 'Boto3' ('DBI' Interface)
Version: 2.6.3
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 . To do this
'Python' 'Boto3' Software Development Kit ('SDK')
is used as a driver.
SystemRequirements: Python and boto3 >= 1.14.0
(https://aws.amazon.com/sdk-for-python)
Imports: data.table (>= 1.12.4), DBI (>= 0.7), methods, reticulate (>=
1.13), stats, utils, uuid (>= 0.1-4)
Suggests: arrow, bit64, dplyr (>= 0.8.0), dbplyr (>= 1.4.3), testthat,
tibble, vroom (>= 1.2.0), covr, knitr, rmarkdown, jsonify,
jsonlite
VignetteBuilder: knitr
Depends: R (>= 3.2.0)
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
URL: https://dyfanjones.github.io/RAthena/,
https://github.com/DyfanJones/RAthena
BugReports: https://github.com/DyfanJones/RAthena/issues
Collate: 'utils.R' 'dplyr_integration.R' 'RAthena.R' 'Driver.R'
'Connection.R' 'DataTypes.R' 'File_Parser.R' 'Options.R'
'fetch_utils.R' 'Result.R' 'View.R' 'athena_low_api.R'
'column_parser.R' 'install.R' 'sql_translate_utils.R'
'sql_translate_env.R' 'table.R' 'zzz.R'
Roxygen: list(markdown = TRUE)
Config/pak/sysreqs: libpng-dev python3
Repository: https://dyfanjones.r-universe.dev
Date/Publication: 2025-09-29 17:04:38 UTC
RemoteUrl: https://github.com/DyfanJones/RAthena
RemoteRef: HEAD
RemoteSha: bfff31bbeb1cc65f74171f7e798195029565d9fb
NeedsCompilation: no
Packaged: 2026-05-27 08:01:55 UTC; root
Author: Dyfan Jones [aut, cre]
Maintainer: Dyfan Jones