RPresto
DBI Connector to Presto
v1.4.8
·
Dec 1, 2025
·
BSD_3_clause + file LICENSE
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: <https://prestodb.io/>.
Downloads
974
Last 30 days
3684th
3K
Last 90 days
14.5K
Last year
Trend: +8% (30d vs prior 30d)
CRAN Check Status
9
ERROR
4
OK
Show all 13 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | ERROR |
| r-devel-linux-x86_64-debian-gcc | ERROR |
| r-devel-linux-x86_64-fedora-clang | ERROR |
| r-devel-linux-x86_64-fedora-gcc | ERROR |
| r-devel-windows-x86_64 | ERROR |
| r-oldrel-macos-arm64 | OK |
| r-oldrel-macos-x86_64 | OK |
| r-oldrel-windows-x86_64 | ERROR |
| r-patched-linux-x86_64 | ERROR |
| r-release-linux-x86_64 | ERROR |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | ERROR |
Check details (9 non-OK)
ERROR
r-devel-linux-x86_64-debian-clang
tests
Running ‘testthat.R’ [13s/26s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # Copyright (c) Meta Platforms, Inc. and affiliates.
> # All rights reserved.
> #
> # This source code is licensed under the BSD-style license found in the
> # LICENSE file in the root directory of this source tree.
>
> library("testthat")
> library("DBI")
> library("dplyr")
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
> library("RPresto")
>
> test_check("RPresto")
Warning: Presto connection default is not available
Saving _problems/test-db_query_fields-49.R
[ FAIL 1 | WARN 0 | SKIP 151 | PASS 266 ]
══ Skipped tests (151) ═════════════════════════════════════════════════════════
• On CRAN (151): 'test-bigint_handling.R:10:3', 'test-bigint_handling.R:25:3',
'test-bigint_handli
...[truncated]...
.R:19:3', 'test-session.timezone.R:21:3',
'test-sqlAppendTableAs.R:10:3', 'test-sqlAppendTableAs.R:39:3',
'test-sqlAppendTableAs.R:67:3', 'test-sqlAppendTableAs.R:99:3',
'test-sqlAppendTableAs.R:130:3', 'test-tbl.src_presto.R:10:3',
'test-tbl.src_presto.R:44:3', 'test-tbl.src_presto.R:55:3',
'test-translate_sql.R:32:3', 'test-translate_sql.R:198:3',
'test-translate_sql.R:353:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-db_query_fields.R:42:7'): db_query_fields works with mock ──────
Error in `UseMethod("db_query_fields")`: no applicable method for 'db_query_fields' applied to an object of class "c('PrestoConnection', 'DBIConnection', 'DBIObject')"
Backtrace:
▆
1. ├─testthat::with_mocked_bindings(...) at test-db_query_fields.R:40:3
2. └─dplyr::db_query_fields(...) at test-db_query_fields.R:42:7
[ FAIL 1 | WARN 0 | SKIP 151 | PASS 266 ]
Error:
! Test failures.
Execution halted
ERROR
r-devel-linux-x86_64-debian-gcc
tests
Running ‘testthat.R’ [9s/20s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # Copyright (c) Meta Platforms, Inc. and affiliates.
> # All rights reserved.
> #
> # This source code is licensed under the BSD-style license found in the
> # LICENSE file in the root directory of this source tree.
>
> library("testthat")
> library("DBI")
> library("dplyr")
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
> library("RPresto")
>
> test_check("RPresto")
Warning: Presto connection default is not available
Saving _problems/test-db_query_fields-49.R
[ FAIL 1 | WARN 0 | SKIP 151 | PASS 266 ]
══ Skipped tests (151) ═════════════════════════════════════════════════════════
• On CRAN (151): 'test-bigint_handling.R:10:3', 'test-bigint_handling.R:25:3',
'test-bigint_handlin
...[truncated]...
.R:19:3', 'test-session.timezone.R:21:3',
'test-sqlAppendTableAs.R:10:3', 'test-sqlAppendTableAs.R:39:3',
'test-sqlAppendTableAs.R:67:3', 'test-sqlAppendTableAs.R:99:3',
'test-sqlAppendTableAs.R:130:3', 'test-tbl.src_presto.R:10:3',
'test-tbl.src_presto.R:44:3', 'test-tbl.src_presto.R:55:3',
'test-translate_sql.R:32:3', 'test-translate_sql.R:198:3',
'test-translate_sql.R:353:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-db_query_fields.R:42:7'): db_query_fields works with mock ──────
Error in `UseMethod("db_query_fields")`: no applicable method for 'db_query_fields' applied to an object of class "c('PrestoConnection', 'DBIConnection', 'DBIObject')"
Backtrace:
▆
1. ├─testthat::with_mocked_bindings(...) at test-db_query_fields.R:40:3
2. └─dplyr::db_query_fields(...) at test-db_query_fields.R:42:7
[ FAIL 1 | WARN 0 | SKIP 151 | PASS 266 ]
Error:
! Test failures.
Execution halted
ERROR
r-devel-linux-x86_64-fedora-clang
tests
Running ‘testthat.R’ [21s/55s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # Copyright (c) Meta Platforms, Inc. and affiliates.
> # All rights reserved.
> #
> # This source code is licensed under the BSD-style license found in the
> # LICENSE file in the root directory of this source tree.
>
> library("testthat")
> library("DBI")
> library("dplyr")
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
> library("RPresto")
>
> test_check("RPresto")
Warning: Presto connection default is not available
Saving _problems/test-db_query_fields-49.R
[ FAIL 1 | WARN 0 | SKIP 151 | PASS 266 ]
══ Skipped tests (151) ═════════════════════════════════════════════════════════
• On CRAN (151): 'test-bigint_handling.R:10:3', 'test-bigint_handling.R:25:3',
'test-bigint_handli
...[truncated]...
.R:19:3', 'test-session.timezone.R:21:3',
'test-sqlAppendTableAs.R:10:3', 'test-sqlAppendTableAs.R:39:3',
'test-sqlAppendTableAs.R:67:3', 'test-sqlAppendTableAs.R:99:3',
'test-sqlAppendTableAs.R:130:3', 'test-tbl.src_presto.R:10:3',
'test-tbl.src_presto.R:44:3', 'test-tbl.src_presto.R:55:3',
'test-translate_sql.R:32:3', 'test-translate_sql.R:198:3',
'test-translate_sql.R:353:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-db_query_fields.R:42:7'): db_query_fields works with mock ──────
Error in `UseMethod("db_query_fields")`: no applicable method for 'db_query_fields' applied to an object of class "c('PrestoConnection', 'DBIConnection', 'DBIObject')"
Backtrace:
▆
1. ├─testthat::with_mocked_bindings(...) at test-db_query_fields.R:40:3
2. └─dplyr::db_query_fields(...) at test-db_query_fields.R:42:7
[ FAIL 1 | WARN 0 | SKIP 151 | PASS 266 ]
Error:
! Test failures.
Execution halted
ERROR
r-devel-linux-x86_64-fedora-gcc
tests
Running ‘testthat.R’ [20s/34s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # Copyright (c) Meta Platforms, Inc. and affiliates.
> # All rights reserved.
> #
> # This source code is licensed under the BSD-style license found in the
> # LICENSE file in the root directory of this source tree.
>
> library("testthat")
> library("DBI")
> library("dplyr")
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
> library("RPresto")
>
> test_check("RPresto")
Warning: Presto connection default is not available
Saving _problems/test-db_query_fields-49.R
[ FAIL 1 | WARN 0 | SKIP 151 | PASS 266 ]
══ Skipped tests (151) ═════════════════════════════════════════════════════════
• On CRAN (151): 'test-bigint_handling.R:10:3', 'test-bigint_handling.R:25:3',
'test-bigint_handli
...[truncated]...
.R:19:3', 'test-session.timezone.R:21:3',
'test-sqlAppendTableAs.R:10:3', 'test-sqlAppendTableAs.R:39:3',
'test-sqlAppendTableAs.R:67:3', 'test-sqlAppendTableAs.R:99:3',
'test-sqlAppendTableAs.R:130:3', 'test-tbl.src_presto.R:10:3',
'test-tbl.src_presto.R:44:3', 'test-tbl.src_presto.R:55:3',
'test-translate_sql.R:32:3', 'test-translate_sql.R:198:3',
'test-translate_sql.R:353:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-db_query_fields.R:42:7'): db_query_fields works with mock ──────
Error in `UseMethod("db_query_fields")`: no applicable method for 'db_query_fields' applied to an object of class "c('PrestoConnection', 'DBIConnection', 'DBIObject')"
Backtrace:
▆
1. ├─testthat::with_mocked_bindings(...) at test-db_query_fields.R:40:3
2. └─dplyr::db_query_fields(...) at test-db_query_fields.R:42:7
[ FAIL 1 | WARN 0 | SKIP 151 | PASS 266 ]
Error:
! Test failures.
Execution halted
ERROR
r-devel-windows-x86_64
tests
Running 'testthat.R' [20s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # Copyright (c) Meta Platforms, Inc. and affiliates.
> # All rights reserved.
> #
> # This source code is licensed under the BSD-style license found in the
> # LICENSE file in the root directory of this source tree.
>
> library("testthat")
> library("DBI")
> library("dplyr")
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
> library("RPresto")
>
> test_check("RPresto")
Warning: Presto connection default is not available
Saving _problems/test-db_query_fields-49.R
[ FAIL 1 | WARN 0 | SKIP 164 | PASS 209 ]
══ Skipped tests (164) ═════════════════════════════════════════════════════════
• Cannot set locale to Turkish_Turkey.1254it is set at: German_Germany.utf8
(18): 'test-dbDataType.R:9
...[truncated]...
73:3',
'test-presto_unnest.R:312:3', 'test-presto_unnest.R:354:3',
'test-session.property.R:19:3', 'test-session.timezone.R:21:3',
'test-sqlAppendTableAs.R:10:3', 'test-sqlAppendTableAs.R:39:3',
'test-sqlAppendTableAs.R:67:3', 'test-sqlAppendTableAs.R:99:3',
'test-sqlAppendTableAs.R:130:3', 'test-tbl.src_presto.R:10:3',
'test-tbl.src_presto.R:44:3', 'test-tbl.src_presto.R:55:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-db_query_fields.R:42:7'): db_query_fields works with mock ──────
Error in `UseMethod("db_query_fields")`: no applicable method for 'db_query_fields' applied to an object of class "c('PrestoConnection', 'DBIConnection', 'DBIObject')"
Backtrace:
▆
1. ├─testthat::with_mocked_bindings(...) at test-db_query_fields.R:40:3
2. └─dplyr::db_query_fields(...) at test-db_query_fields.R:42:7
[ FAIL 1 | WARN 0 | SKIP 164 | PASS 209 ]
Error:
! Test failures.
Execution halted
ERROR
r-oldrel-windows-x86_64
tests
Running 'testthat.R' [24s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # Copyright (c) Meta Platforms, Inc. and affiliates.
> # All rights reserved.
> #
> # This source code is licensed under the BSD-style license found in the
> # LICENSE file in the root directory of this source tree.
>
> library("testthat")
> library("DBI")
> library("dplyr")
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
> library("RPresto")
>
> test_check("RPresto")
Warning: Presto connection default is not available
Saving _problems/test-db_query_fields-49.R
[ FAIL 1 | WARN 0 | SKIP 164 | PASS 209 ]
══ Skipped tests (164) ═════════════════════════════════════════════════════════
• Cannot set locale to Turkish_Turkey.1254it is set at: German_Germany.utf8
(18): 'test-dbDataType.R:9
...[truncated]...
73:3',
'test-presto_unnest.R:312:3', 'test-presto_unnest.R:354:3',
'test-session.property.R:19:3', 'test-session.timezone.R:21:3',
'test-sqlAppendTableAs.R:10:3', 'test-sqlAppendTableAs.R:39:3',
'test-sqlAppendTableAs.R:67:3', 'test-sqlAppendTableAs.R:99:3',
'test-sqlAppendTableAs.R:130:3', 'test-tbl.src_presto.R:10:3',
'test-tbl.src_presto.R:44:3', 'test-tbl.src_presto.R:55:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-db_query_fields.R:42:7'): db_query_fields works with mock ──────
Error in `UseMethod("db_query_fields")`: no applicable method for 'db_query_fields' applied to an object of class "c('PrestoConnection', 'DBIConnection', 'DBIObject')"
Backtrace:
▆
1. ├─testthat::with_mocked_bindings(...) at test-db_query_fields.R:40:3
2. └─dplyr::db_query_fields(...) at test-db_query_fields.R:42:7
[ FAIL 1 | WARN 0 | SKIP 164 | PASS 209 ]
Error:
! Test failures.
Execution halted
ERROR
r-patched-linux-x86_64
tests
Running ‘testthat.R’ [12s/24s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # Copyright (c) Meta Platforms, Inc. and affiliates.
> # All rights reserved.
> #
> # This source code is licensed under the BSD-style license found in the
> # LICENSE file in the root directory of this source tree.
>
> library("testthat")
> library("DBI")
> library("dplyr")
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
> library("RPresto")
>
> test_check("RPresto")
Warning: Presto connection default is not available
Saving _problems/test-db_query_fields-49.R
[ FAIL 1 | WARN 0 | SKIP 151 | PASS 266 ]
══ Skipped tests (151) ═════════════════════════════════════════════════════════
• On CRAN (151): 'test-bigint_handling.R:10:3', 'test-bigint_handling.R:25:3',
'test-bigint_handli
...[truncated]...
.R:19:3', 'test-session.timezone.R:21:3',
'test-sqlAppendTableAs.R:10:3', 'test-sqlAppendTableAs.R:39:3',
'test-sqlAppendTableAs.R:67:3', 'test-sqlAppendTableAs.R:99:3',
'test-sqlAppendTableAs.R:130:3', 'test-tbl.src_presto.R:10:3',
'test-tbl.src_presto.R:44:3', 'test-tbl.src_presto.R:55:3',
'test-translate_sql.R:32:3', 'test-translate_sql.R:198:3',
'test-translate_sql.R:353:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-db_query_fields.R:42:7'): db_query_fields works with mock ──────
Error in `UseMethod("db_query_fields")`: no applicable method for 'db_query_fields' applied to an object of class "c('PrestoConnection', 'DBIConnection', 'DBIObject')"
Backtrace:
▆
1. ├─testthat::with_mocked_bindings(...) at test-db_query_fields.R:40:3
2. └─dplyr::db_query_fields(...) at test-db_query_fields.R:42:7
[ FAIL 1 | WARN 0 | SKIP 151 | PASS 266 ]
Error:
! Test failures.
Execution halted
ERROR
r-release-linux-x86_64
tests
Running ‘testthat.R’ [12s/26s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # Copyright (c) Meta Platforms, Inc. and affiliates.
> # All rights reserved.
> #
> # This source code is licensed under the BSD-style license found in the
> # LICENSE file in the root directory of this source tree.
>
> library("testthat")
> library("DBI")
> library("dplyr")
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
> library("RPresto")
>
> test_check("RPresto")
Warning: Presto connection default is not available
Saving _problems/test-db_query_fields-49.R
[ FAIL 1 | WARN 0 | SKIP 151 | PASS 266 ]
══ Skipped tests (151) ═════════════════════════════════════════════════════════
• On CRAN (151): 'test-bigint_handling.R:10:3', 'test-bigint_handling.R:25:3',
'test-bigint_handli
...[truncated]...
.R:19:3', 'test-session.timezone.R:21:3',
'test-sqlAppendTableAs.R:10:3', 'test-sqlAppendTableAs.R:39:3',
'test-sqlAppendTableAs.R:67:3', 'test-sqlAppendTableAs.R:99:3',
'test-sqlAppendTableAs.R:130:3', 'test-tbl.src_presto.R:10:3',
'test-tbl.src_presto.R:44:3', 'test-tbl.src_presto.R:55:3',
'test-translate_sql.R:32:3', 'test-translate_sql.R:198:3',
'test-translate_sql.R:353:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-db_query_fields.R:42:7'): db_query_fields works with mock ──────
Error in `UseMethod("db_query_fields")`: no applicable method for 'db_query_fields' applied to an object of class "c('PrestoConnection', 'DBIConnection', 'DBIObject')"
Backtrace:
▆
1. ├─testthat::with_mocked_bindings(...) at test-db_query_fields.R:40:3
2. └─dplyr::db_query_fields(...) at test-db_query_fields.R:42:7
[ FAIL 1 | WARN 0 | SKIP 151 | PASS 266 ]
Error:
! Test failures.
Execution halted
ERROR
r-release-windows-x86_64
tests
Running 'testthat.R' [20s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # Copyright (c) Meta Platforms, Inc. and affiliates.
> # All rights reserved.
> #
> # This source code is licensed under the BSD-style license found in the
> # LICENSE file in the root directory of this source tree.
>
> library("testthat")
> library("DBI")
> library("dplyr")
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
> library("RPresto")
>
> test_check("RPresto")
Warning: Presto connection default is not available
Saving _problems/test-db_query_fields-49.R
[ FAIL 1 | WARN 0 | SKIP 164 | PASS 209 ]
══ Skipped tests (164) ═════════════════════════════════════════════════════════
• Cannot set locale to Turkish_Turkey.1254it is set at: German_Germany.utf8
(18): 'test-dbDataType.R:9
...[truncated]...
73:3',
'test-presto_unnest.R:312:3', 'test-presto_unnest.R:354:3',
'test-session.property.R:19:3', 'test-session.timezone.R:21:3',
'test-sqlAppendTableAs.R:10:3', 'test-sqlAppendTableAs.R:39:3',
'test-sqlAppendTableAs.R:67:3', 'test-sqlAppendTableAs.R:99:3',
'test-sqlAppendTableAs.R:130:3', 'test-tbl.src_presto.R:10:3',
'test-tbl.src_presto.R:44:3', 'test-tbl.src_presto.R:55:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-db_query_fields.R:42:7'): db_query_fields works with mock ──────
Error in `UseMethod("db_query_fields")`: no applicable method for 'db_query_fields' applied to an object of class "c('PrestoConnection', 'DBIConnection', 'DBIObject')"
Backtrace:
▆
1. ├─testthat::with_mocked_bindings(...) at test-db_query_fields.R:40:3
2. └─dplyr::db_query_fields(...) at test-db_query_fields.R:42:7
[ FAIL 1 | WARN 0 | SKIP 164 | PASS 209 ]
Error:
! Test failures.
Execution halted
Check History
ERROR 11 OK · 0 NOTE · 0 WARNING · 2 ERROR · 0 FAILURE Jun 18, 2026
ERROR
r-devel-linux-x86_64-fedora-clang
tests
Running ‘testthat.R’ [21s/49s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # Copyright (c) Meta Platforms, Inc. and affiliates.
> # All rights reserved.
> #
> # This source code is licensed under the BSD-style license f
...[truncated]...
trace:
▆
1. ├─testthat::with_mocked_bindings(...) at test-db_query_fields.R:40:3
2. └─dplyr::db_query_fields(...) at test-db_query_fields.R:42:7
[ FAIL 1 | WARN 0 | SKIP 151 | PASS 266 ]
Error:
! Test failures.
Execution halted
ERROR
r-devel-linux-x86_64-fedora-gcc
tests
Running ‘testthat.R’ [21s/59s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # Copyright (c) Meta Platforms, Inc. and affiliates.
> # All rights reserved.
> #
> # This source code is licensed under the BSD-style license f
...[truncated]...
trace:
▆
1. ├─testthat::with_mocked_bindings(...) at test-db_query_fields.R:40:3
2. └─dplyr::db_query_fields(...) at test-db_query_fields.R:42:7
[ FAIL 1 | WARN 0 | SKIP 151 | PASS 266 ]
Error:
! Test failures.
Execution halted
OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Jun 9, 2026
ERROR 12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Jun 8, 2026
ERROR
r-devel-linux-x86_64-debian-gcc
package dependencies
Package required but not available: ‘dbplyr’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual.
OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
Reverse Dependencies (3)
suggests
Dependency Network
Version History
20 tracked
new
1.4.8
Mar 10, 2026