Package: civis
Title: R Client for the 'Civis data science API'
Version: 1.0.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("Danning", "Chen", email = "dchen@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: httr, jsonlite, purrr, methods, stats, roxygen2, DBI, dplyr
        (>= 0.7.0), dbplyr (>= 1.0.0), ggplot2, memoise, stringr,
        devtools, testthat, lubridate, uuid, utils
Suggests: knitr, rmarkdown, DBItest, mockery, R.utils
RoxygenNote: 6.0.1
VignetteBuilder: knitr
Collate: 'await.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' 'tables.R' 'utils.R' 'zzz.R'
NeedsCompilation: no
Packaged: 2017-09-18 22:44:39 UTC; pmiller
Author: Patrick Miller [cre, aut],
  Keith Ingersoll [aut],
  Bill Lattner [ctb],
  Anh Le [ctb],
  Michelangelo D'Agostino [ctb],
  Sam Weiss [ctb],
  Danning Chen [ctb]
Maintainer: Patrick Miller <pmiller@civisanalytics.com>
Repository: CRAN
Date/Publication: 2017-09-19 08:40:08 UTC
