Package: quak Title: Query 'Azure Data Lake Storage Gen2' with 'DuckDB' Version: 0.1.0 Authors@R: person("Pedro", "Baltazar", email = "pedrobtz@gmail.com", role = c("aut", "cre", "cph")) Description: Provides convenience utilities for using 'DuckDB' directly over datasets stored in 'Azure Data Lake Storage Gen2' (ADLS Gen2, 'abfss://'). Opens connections configured for Azure-backed 'Delta Lake' and 'Parquet' data, registers Azure credentials as 'DuckDB' secrets, and supports optional repository mirrors for restricted networks. Integrates well with 'DBI' for SQL workflows and with 'dplyr' and 'dbplyr' for lazy table queries. URL: https://github.com/pedrobtz/quak BugReports: https://github.com/pedrobtz/quak/issues License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: cli, curl, DBI, duckdb, fs, glue, rlang, tools, utils Suggests: azr (>= 0.3.4), dbplyr, dplyr, testthat (>= 3.0.0), tibble, withr Config/testthat/edition: 3 Collate: 'options.R' 'conditions.R' 'connection.R' 'cache.R' 'repositories.R' 'extensions.R' 'azure.R' 'datasets.R' 'tables.R' 'lake.R' 'delta.R' 'quak-package.R' 'zzz.R' Config/pak/sysreqs: cmake make libuv1-dev libssl-dev xz-utils Repository: https://pedrobtz.r-universe.dev Date/Publication: 2026-06-04 20:55:32 UTC RemoteUrl: https://github.com/pedrobtz/quak RemoteRef: HEAD RemoteSha: 6a39eb893aad9059537a4a69da47dbca80ba815a NeedsCompilation: no Packaged: 2026-06-10 12:15:12 UTC; root Author: Pedro Baltazar [aut, cre, cph] Maintainer: Pedro Baltazar