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.1.4
Authors@R: person("Neal", "Richardson", role=c("aut", "cre"), email="neal@crunch.io")
URL: 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, tibble
Suggests: covr, httptest
RoxygenNote: 6.0.0
NeedsCompilation: no
Packaged: 2017-08-22 16:51:04 UTC; neal.richardson
Author: Neal Richardson [aut, cre]
Maintainer: Neal Richardson <neal@crunch.io>
Repository: CRAN
Date/Publication: 2017-08-22 17:21:13 UTC
