Package: bigrquery
Title: An Interface to Google's 'BigQuery' 'API'
Version: 1.4.0
Authors@R: 
    c(person(given = "Hadley",
             family = "Wickham",
             role = c("aut", "cre"),
             email = "hadley@rstudio.com",
             comment = c(ORCID = "0000-0003-4757-117X")),
      person(given = "Jennifer",
             family = "Bryan",
             role = "aut",
             email = "jenny@rstudio.com",
             comment = c(ORCID = "0000-0002-6983-2759")),
      person(given = "Kungliga Tekniska Högskolan",
             role = "ctb",
             comment = "strptime implementation"),
      person(given = "The NetBSD Foundation, Inc.",
             role = "ctb",
             comment = "gmtime implementation"),
      person(given = "RStudio",
             role = c("cph", "fnd")))
Description: Easily talk to Google's 'BigQuery' database from R.
License: GPL-3
URL: https://bigrquery.r-dbi.org, https://github.com/r-dbi/bigrquery
BugReports: https://github.com/r-dbi/bigrquery/issues
Depends: R (>= 3.3)
Imports: assertthat, bit64, curl, DBI, gargle (>= 1.2.0), glue (>=
        1.3.0), httr, lifecycle, jsonlite, methods, prettyunits,
        progress, Rcpp, rlang (>= 0.4.9), tibble
Suggests: blob, covr, DBItest, dbplyr (>= 1.3.0), dplyr (>= 0.7.0),
        hms, readr, sodium, testthat (>= 2.1.0), withr, wk (>= 0.3.2)
LinkingTo: progress, rapidjsonr, Rcpp
Encoding: UTF-8
RoxygenNote: 7.1.1.9001
Collate: 'RcppExports.R' 'bigrquery.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' 'dbi-driver.R' 'dbi-connection.R'
        'dbi-result.R' 'dplyr.R' 'gs-object.R' 'old-auth.R'
        'old-dataset.R' 'old-id.R' 'old-job-extract.R'
        'old-job-query.R' 'old-job-upload.R' 'old-job.R'
        'old-project.R' 'old-projects.R' 'old-query.R' 'old-table.R'
        'old-tabledata.R' 'utils.R' 'zzz.R'
NeedsCompilation: yes
Packaged: 2021-08-04 20:04:22 UTC; hadley
Author: Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>),
  Jennifer Bryan [aut] (<https://orcid.org/0000-0002-6983-2759>),
  Kungliga Tekniska Högskolan [ctb] (strptime implementation),
  The NetBSD Foundation, Inc. [ctb] (gmtime implementation),
  RStudio [cph, fnd]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2021-08-05 04:20:35 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2021-08-05 10:43:41 UTC; unix
Archs: bigrquery.so.dSYM
