Package: bigrquery
Title: An Interface to Google's 'BigQuery' 'API'
Version: 1.1.1
Authors@R: c(
    person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
    person("Kungliga Tekniska Högskolan", role = "ctb", comment = "strptime implementation"),
    person("The NetBSD Foundation, Inc.", role = "ctb", comment = "gmtime implementation"),
    person("RStudio", role = "cph")
    )
Description: Easily talk to Google's 'BigQuery' database from R.
License: GPL-3 | file LICENSE
URL: https://github.com/rstats-db/bigrquery
BugReports: https://github.com/rstats-db/bigrquery/issues
Encoding: UTF-8
Depends: R (>= 3.1)
Imports: assertthat, bit64, DBI, curl, glue (>= 1.3.0), httr, jsonlite,
        methods, prettyunits, progress, Rcpp, tibble
Suggests: DBItest, dbplyr, dplyr (>= 0.7.0), hms, testthat, withr,
        covr, readr, sodium
LinkingTo: progress, rapidjsonr, Rcpp
LazyData: true
RoxygenNote: 6.1.1
Collate: 'RcppExports.R' 'auth.R' 'bigrquery.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-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' 'secret.R'
        'utils.R' 'zzz.R'
NeedsCompilation: yes
Packaged: 2019-05-16 16:19:31 UTC; hadley
Author: Hadley Wickham [aut, cre],
  Kungliga Tekniska Högskolan [ctb] (strptime implementation),
  The NetBSD Foundation, Inc. [ctb] (gmtime implementation),
  RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2019-05-16 16:50:03 UTC
