Package: adbcflightsql
Title: 'Arrow' Database Connectivity ('ADBC') 'FlightSQL' Driver
Version: 0.24.0
Authors@R: c(
person("Dewey", "Dunnington", , "dewey@dunnington.ca", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9415-4582")),
person("Apache Arrow", email = "dev@arrow.apache.org", role = c("aut", "cph")),
person("Apache Software Foundation", email = "dev@arrow.apache.org", role = c("cph"))
)
Description: Provides a developer-facing interface to the 'Arrow'
Database Connectivity ('ADBC') 'FlightSQL' driver for the
purposes of building high-level database interfaces for users.
'ADBC' is an API standard for
database access libraries that uses 'Arrow' for result sets and
query parameters.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Suggests: nanoarrow, testthat (>= 3.0.0)
SystemRequirements: GNU make, Go (>= 1.21)
Config/testthat/edition: 3
Config/build/bootstrap: TRUE
URL: https://arrow.apache.org/adbc/current/r/adbcflightsql/,
https://github.com/apache/arrow-adbc
BugReports: https://github.com/apache/arrow-adbc/issues
Imports: adbcdrivermanager
Config/roxygen2/version: 8.0.0
Config/pak/sysreqs: make libzstd-dev
Repository: https://r-multiverse.r-universe.dev
Date/Publication: 2026-07-24 14:03:48 UTC
RemoteUrl: https://github.com/apache/arrow-adbc
RemoteRef: apache-arrow-adbc-24
RemoteSha: a3f81c6feb1133ba80600ac32e6d7c0b0b407e18
RemoteSubdir: r/adbcflightsql
NeedsCompilation: yes
Packaged: 2026-07-28 01:26:35 UTC; root
Author: Dewey Dunnington [aut, cre] (ORCID:
),
Apache Arrow [aut, cph],
Apache Software Foundation [cph]
Maintainer: Dewey Dunnington