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.0
Date: 2017-05-04
Authors@R: person("Neal", "Richardson", role=c("aut", "cre"), email="neal@crunch.io")
Author: Neal Richardson [aut, cre]
Maintainer: Neal Richardson <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-05-04 21:32:36 UTC; neal.richardson
Repository: CRAN
Date/Publication: 2017-05-05 17:41:17 UTC
