Package: bigrquery Title: An Interface to Google's 'BigQuery' 'API' Version: 1.6.2.9000 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4757-117X")), person("Jennifer", "Bryan", , "jenny@posit.co", role = "aut", comment = c(ORCID = "0000-0002-6983-2759")), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: Easily talk to Google's 'BigQuery' database from R. License: MIT + file LICENSE URL: https://bigrquery.r-dbi.org, https://github.com/r-dbi/bigrquery BugReports: https://github.com/r-dbi/bigrquery/issues Depends: R (>= 4.1) Imports: bit64, brio, cli, clock, curl, DBI, gargle (>= 1.5.0), httr, jsonlite, lifecycle, methods, nanoparquet (>= 0.3.1), prettyunits, rlang (>= 1.1.0), tibble Suggests: bigrquerystorage (>= 1.2.2), blob, covr, dbplyr (>= 2.4.0), dplyr (>= 1.1.0), hms, readr, sodium, testthat (>= 3.1.5), withr, wk (>= 0.3.2) LinkingTo: cli, cpp11, rapidjsonr Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Config/testthat/parallel: TRUE Config/testthat/start-first: bq-table, dplyr, dbi-connection Encoding: UTF-8 Roxygen: list(markdown = TRUE) Collate: 'bigrquery-package.R' 'bq-auth.R' 'bq-dataset.R' 'bq-download.R' 'bq-field.R' 'bq-job.R' 'bq-param.R' 'bq-parse.R' 'bq-perform.R' 'bq-project.R' 'bq-projects.R' 'bq-query.R' 'bq-refs.R' 'bq-request.R' 'bq-table.R' 'bq-test.R' 'camelCase.R' 'connections-page.R' 'cpp11.R' 'dbi-driver.R' 'dbi-connection.R' 'dbi-result.R' 'dplyr.R' 'gs-object.R' 'import-standalone-obj-type.R' 'import-standalone-s3-register.R' 'import-standalone-types-check.R' 'utils.R' 'zzz.R' Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libuv1-dev libssl-dev Repository: https://r-dbi.r-universe.dev Date/Publication: 2026-05-13 13:04:49 UTC RemoteUrl: https://github.com/r-dbi/bigrquery RemoteRef: HEAD RemoteSha: fdb0f1eaebc6b7bab66d3727b2817f966d55e473 NeedsCompilation: yes Packaged: 2026-07-02 09:58:03 UTC; root Author: Hadley Wickham [aut, cre] (ORCID: ), Jennifer Bryan [aut] (ORCID: ), Posit Software, PBC [cph, fnd] Maintainer: Hadley Wickham