crplyr: A 'dplyr' Interface for Crunch

In order to facilitate analysis of datasets hosted on the Crunch data platform <https://crunch.io/>, the 'crplyr' package implements 'dplyr' methods on top of the Crunch backend. The usual methods 'select', 'filter', 'group_by', 'summarize', and 'collect' 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.4.0
Depends: R (≥ 3.0.0), crunch (≥ 1.15.3), dplyr
Imports: methods, ggplot2, httptest (≥ 3.0.0), lazyeval, lifecycle, purrr, tibble, rlang, scales, stringr, tidyselect, viridisLite
Suggests: covr, magrittr, spelling, vdiffr, knitr, testthat, rmarkdown
Published: 2023-03-21
Author: Greg Freedman Ellis [aut, cre], Jonathan Keane [aut], Neal Richardson [aut], Mike Malecki [aut], Gordon Shotwell [aut], Aljaž Sluga [aut]
Maintainer: Greg Freedman Ellis <greg at crunch.io>
BugReports: https://github.com/Crunch-io/crplyr/issues
License: LGPL (≥ 3)
URL: https://crunch.io/r/crplyr/, https://github.com/Crunch-io/crplyr
NeedsCompilation: no
Language: en-US
Materials: README NEWS
CRAN checks: crplyr results

Documentation:

Reference manual: crplyr.pdf
Vignettes: Plotting Crunch Objects

Downloads:

Package source: crplyr_0.4.0.tar.gz
Windows binaries: r-devel: crplyr_0.4.0.zip, r-release: crplyr_0.4.0.zip, r-oldrel: crplyr_0.4.0.zip
macOS binaries: r-release (arm64): crplyr_0.4.0.tgz, r-oldrel (arm64): crplyr_0.4.0.tgz, r-release (x86_64): crplyr_0.4.0.tgz
Old sources: crplyr archive

Linking:

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