Package: crplyr
Type: Package
Title: A 'dplyr' Interface for Crunch
Description: In order to facilitate analysis of datasets hosted on the Crunch
    data platform <http://crunch.io/>, the 'crplyr' package implements 'dplyr'
    methods on top of the Crunch backend. The usual methods 'select', 'filter',
    'mutate', 'group_by', and 'summarize' are implemented in such a way as to
    perform as much computation on the server and pull as little data locally
    as possible.
Version: 0.2.0
Authors@R: c(
    person("Neal", "Richardson", role=c("aut", "cre"), email="neal@crunch.io"),
    person("Gordon", "Shotwell", role="aut", email="gordon@crunch.io"))
URL: https://crunch.io/r/crplyr/, https://github.com/Crunch-io/crplyr
BugReports: https://github.com/Crunch-io/crplyr/issues
License: LGPL (>= 3)
Depends: R (>= 3.0.0), crunch (>= 1.15.3), dplyr
Imports: methods, lazyeval, purrr, tibble, stringr, rlang (>= 0.1.2)
Suggests: covr, httptest, magrittr, spelling
RoxygenNote: 6.0.1
Language: en-US
NeedsCompilation: no
Packaged: 2018-06-29 14:13:24 UTC; npr
Author: Neal Richardson [aut, cre],
  Gordon Shotwell [aut]
Maintainer: Neal Richardson <neal@crunch.io>
Repository: CRAN
Date/Publication: 2018-06-29 14:55:02 UTC
