crplyr: A 'dplyr' Interface for Crunch

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
Depends: R (≥ 3.0.0), crunch (≥ 1.15.3), dplyr
Imports: methods, lazyeval, tibble
Suggests: covr, httptest
Published: 2017-08-22
Author: Neal Richardson [aut, cre]
Maintainer: Neal Richardson <neal at crunch.io>
BugReports: https://github.com/Crunch-io/crplyr/issues
License: LGPL (≥ 3)
URL: https://github.com/Crunch-io/crplyr
NeedsCompilation: no
Materials: README NEWS
CRAN checks: crplyr results

Downloads:

Reference manual: crplyr.pdf
Package source: crplyr_0.1.4.tar.gz
Windows binaries: r-devel: crplyr_0.1.4.zip, r-release: crplyr_0.1.4.zip, r-oldrel: crplyr_0.1.4.zip
OS X El Capitan binaries: r-release: crplyr_0.1.4.tgz
OS X Mavericks binaries: r-oldrel: crplyr_0.1.4.tgz
Old sources: crplyr archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=crplyr to link to this page.