Package: civis
Title: R Client for the 'Civis data science API'
Version: 1.5.1
Authors@R: c(
  person("Patrick", "Miller", email = "pmiller@civisanalytics.com", role = c("cre", "aut")),
  person("Keith", "Ingersoll", email = "kingersoll@civisanalytics.com", role = "aut"),
  person("Bill", "Lattner", email = "wlattner@civisanalytics.com", role = "ctb"),
  person("Anh", "Le", email = "ale@civisanalytics.com", role = "ctb"),
  person("Michelangelo", "D'Agostino", email = "mdagostino@civisanalytics.com", role = "ctb"),
  person("Sam", "Weiss", email = "sweiss@civisanalytics.com", role = "ctb"),
  person("Stephen", "Hoover", email = "shoover@civisanalytics.com", role = "ctb"),
  person("Danning", "Chen", email = "dchen@civisanalytics.com", role = "ctb"),
  person("Elizabeth", "Sander", email = "lsander@civisanalytics.com", role = "ctb"))
Description: A set of tools around common workflows and a convenient interface to make
  requests directly to the 'Civis data science API' <https://www.civisanalytics.com/platform/>.
Depends: R (>= 3.2.0)
License: BSD_3_clause + file LICENSE
LazyData: true
URL: https://github.com/civisanalytics/civis-r
BugReports: https://github.com/civisanalytics/civis-r/issues
Imports: DBI, dplyr (>= 0.7.0), dbplyr (>= 1.0.0), devtools, feather,
        future (>= 1.6.1), ggplot2, httr, jsonlite, lubridate, methods,
        memoise, purrr, roxygen2, stats, stringr, testthat, utils
Suggests: knitr, rmarkdown, mockery, R.utils, rstudioapi, yaml
RoxygenNote: 6.1.0
VignetteBuilder: knitr
Collate: 'await.R' 'civis_future.R' 'civis_ml.R' 'civis_ml_plot.R'
        'civis_ml_utils.R' 'civis_ml_workflows.R' 'client_base.R'
        'dbi-driver.R' 'dbi-connection.R' 'dbi-result.R' 'dplyr.R'
        'generate_client.R' 'generated_client.R' 'io.R' 'logs.R'
        'pagination_helpers.R' 'reports.R' 'rstudio.R' 'tables.R'
        'utils.R' 'zzz.R'
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2018-08-14 23:06:15 UTC; pmiller
Author: Patrick Miller [cre, aut],
  Keith Ingersoll [aut],
  Bill Lattner [ctb],
  Anh Le [ctb],
  Michelangelo D'Agostino [ctb],
  Sam Weiss [ctb],
  Stephen Hoover [ctb],
  Danning Chen [ctb],
  Elizabeth Sander [ctb]
Maintainer: Patrick Miller <pmiller@civisanalytics.com>
Repository: CRAN
Date/Publication: 2018-08-15 08:00:03 UTC
