Package: civis
Title: R Client for the 'Civis Platform API'
Version: 3.0.0
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"),
  person("Madison", "Hobbs", email = "mhobbs@g.hmc.edu", role = "ctb"),
  person("Anna", "Bladey", email = "abladey@civisanalytics.com", role = "ctb"),
  person("Sahil", "Shah", email = "sshah2@civisanalytics.com", role = "ctb"))
Description: A convenient interface for making
  requests directly to the 'Civis Platform API' <https://www.civisanalytics.com/platform/>.
  Full documentation available 'here' <https://civisanalytics.github.io/civis-r/>.
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: future (>= 1.8.0), httr, jsonlite, methods, memoise, stats,
        utils
Suggests: feather, ggplot2, knitr, rmarkdown, roxygen2, mockery,
        R.utils, rstudioapi, testthat, yaml
RoxygenNote: 7.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'
        'generate_client.R' 'generated_client.R' 'io.R' 'logs.R'
        'pagination_helpers.R' 'reports.R' 'rstudio.R' 'scripts.R'
        'tables.R' 'utils.R' 'zzz.R'
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2020-06-22 17:22: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],
  Madison Hobbs [ctb],
  Anna Bladey [ctb],
  Sahil Shah [ctb]
Maintainer: Patrick Miller <pmiller@civisanalytics.com>
Repository: CRAN
Date/Publication: 2020-06-22 18:00:02 UTC
Built: R 3.6.3; ; 2020-08-05 05:35:20 UTC; windows
