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',
    '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.3.6
Authors@R: c(
    person("Greg", "Freedman Ellis", role=c("aut", "cre"), email="greg@crunch.io"),
    person("Jonathan", "Keane", role="aut", email="jkeane@gmail.com"),
    person("Neal", "Richardson", role="aut", email="neal.p.richardson@gmail.com"),
    person("Mike", "Malecki", role="aut", email="mike@crunch.io"),
    person("Gordon", "Shotwell", role="aut", email="gordon.shotwell@gmail.com"))
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, ggplot2, lazyeval, lifecycle, purrr, tibble, rlang,
        scales, stringr, tidyselect, viridisLite
Suggests: covr, httptest (>= 3.0.0), magrittr, spelling, vdiffr, knitr,
        testthat, rmarkdown
RoxygenNote: 7.1.0
Language: en-US
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-07-21 14:22:35 UTC; gregfreedmanellis
Author: Greg Freedman Ellis [aut, cre],
  Jonathan Keane [aut],
  Neal Richardson [aut],
  Mike Malecki [aut],
  Gordon Shotwell [aut]
Maintainer: Greg Freedman Ellis <greg@crunch.io>
Repository: CRAN
Date/Publication: 2020-07-21 22:40:07 UTC
Built: R 4.1.0; ; 2020-08-03 12:08:16 UTC; windows
