Package: crplyr
Type: Package
Title: A 'dplyr' Interface for Crunch
Description: 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
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"),
    person("Aljaž", "Sluga", role="aut", email="aljaz.sluga@crunch.io"))
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, httptest (>= 3.0.0), lazyeval, lifecycle,
        purrr, tibble, rlang, scales, stringr, tidyselect, viridisLite
Suggests: covr, magrittr, spelling, vdiffr, knitr, testthat, rmarkdown
RoxygenNote: 7.2.3
Language: en-US
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-03-21 21:34:33 UTC; gregfreedmanellis
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@crunch.io>
Repository: CRAN
Date/Publication: 2023-03-21 21:50:02 UTC
