Package: RPresto Title: DBI Connector to Presto Version: 1.4.8.9000 Authors@R: c( person('Onur Ismail', 'Filiz', , 'onur@fb.com', role='aut'), person('Sergey', 'Goder', , 'sgoder@fb.com', role='aut'), person('Jarod G.R.', 'Meng', , 'jarodm@fb.com', role=c('aut', 'cre')), person('Thomas J.', 'Leeper', , 'thomasleeper@fb.com', role='ctb'), person('John Myles', 'White', , 'johnmyleswhite@fb.com', role='ctb') ) Copyright: Meta Platforms, Inc. 2015-present. Description: Implements a 'DBI' compliant interface to Presto. Presto is an open source distributed SQL query engine for running interactive analytic queries against data sources of all sizes ranging from gigabytes to petabytes: . Depends: R (>= 3.1.0), methods Imports: DBI (>= 0.3.0), httr (>= 0.6), openssl, jsonlite, stringi, stats, utils, purrr, dplyr (>= 0.7.0), dbplyr (>= 2.3.3), tibble, tidyselect, bit64, rlang, lifecycle, lubridate, progress, vctrs, stringdist Suggests: testthat, hms, knitr, rmarkdown, withr License: BSD_3_clause + file LICENSE URL: https://github.com/prestodb/RPresto BugReports: https://github.com/prestodb/RPresto/issues Encoding: UTF-8 Collate: 'PrestoDriver.R' 'Presto.R' 'PrestoSession.R' 'PrestoConnection.R' 'PrestoQuery.R' 'PrestoResult.R' 'RPresto-package.R' 'chunk.R' 'create.dummy.tables.R' 'cte.R' 'dbAppendTable.R' 'dbAppendTableAs.R' 'dbClearResult.R' 'dbColumnType.R' 'dbColumnInfo.R' 'dbConnect.R' 'dbCreateTable.R' 'dbCreateTableAs.R' 'dbDataType.R' 'dbDisconnect.R' 'dbExistsTable.R' 'dbFetch.R' 'dbGetInfo.R' 'dbGetQuery.R' 'dbGetRowCount.R' 'dbGetRowsAffected.R' 'dbGetStatement.R' 'dbHasCompleted.R' 'dbIsValid.R' 'dbListFields.R' 'dbListTables.R' 'dbQuoteIdentifier.R' 'dbQuoteLiteral.R' 'dbReadTable.R' 'dbRemoveTable.R' 'dbRenameTable.R' 'dbSendQuery.R' 'dbUnloadDriver.R' 'dbWriteTable.R' 'dbplyr-db.R' 'dbplyr-sql.R' 'dbplyr-src.R' 'default.R' 'fetch.R' 'presto.field.R' 'presto.field_utilities.R' 'presto_type.R' 'presto_unnest.R' 'request_headers.R' 'sqlAppendTableAs.R' 'sqlCreateTable.R' 'sqlCreateTableAs.R' 'zzz.R' RoxygenNote: 7.3.2 VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://prestodb.r-universe.dev Date/Publication: 2026-01-05 13:10:13 UTC RemoteUrl: https://github.com/prestodb/rpresto RemoteRef: HEAD RemoteSha: 2b37d0725e598ab554446ec56c0dce36463f5cb7 NeedsCompilation: no Packaged: 2026-07-04 06:23:11 UTC; root Author: Onur Ismail Filiz [aut], Sergey Goder [aut], Jarod G.R. Meng [aut, cre], Thomas J. Leeper [ctb], John Myles White [ctb] Maintainer: Jarod G.R. Meng