Skip to content

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

Dependencies Reverse dependencies DBI httr openssl jsonlite stringi purrr dplyr dbplyr tibble tidyselect bit64 rlang lifecycle lubridate progress +2 more dependencies DIZutils openSkies resourcer RPresto

Version History

20 tracked
new 1.4.8 Mar 10, 2026
updated 1.4.8 ← 1.4.7 diff Dec 1, 2025
updated 1.4.7 ← 1.4.6 diff Jan 7, 2025
updated 1.4.6 ← 1.4.5 diff Oct 31, 2023
updated 1.4.5 ← 1.4.4 diff May 4, 2023
updated 1.4.4 ← 1.4.3 diff Mar 8, 2023
updated 1.4.3 ← 1.4.2 diff Mar 2, 2023
updated 1.4.2 ← 1.4.1 diff Jan 12, 2023
updated 1.4.1 ← 1.4.0 diff Nov 15, 2022
updated 1.4.0 ← 1.3.7 diff Sep 26, 2022
updated 1.3.7 ← 1.3.6 diff Sep 3, 2021
updated 1.3.6 ← 1.3.5 diff May 30, 2021
updated 1.3.5 ← 1.3.4 diff Nov 12, 2020
updated 1.3.4 ← 1.3.3 diff Oct 17, 2019
updated 1.3.3 ← 1.3.2 diff May 3, 2019