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.3
Authors@R: c(
    person("Greg", "Freedman Ellis", role="aut", 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=c("aut", "cre"), 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, purrr, tibble, rlang, scales,
        stringr, viridisLite
Suggests: covr, httptest (>= 3.0.0), magrittr, spelling, vdiffr, knitr,
        testthat, rmarkdown
RoxygenNote: 7.0.2
Language: en-US
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-01-13 22:45:04 UTC; malecki
Author: Greg Freedman Ellis [aut],
  Jonathan Keane [aut],
  Neal Richardson [aut],
  Mike Malecki [aut, cre],
  Gordon Shotwell [aut]
Maintainer: Mike Malecki <mike@crunch.io>
Repository: CRAN
Date/Publication: 2020-01-14 09:20:02 UTC
Built: R 4.0.0; ; 2020-04-10 09:55:19 UTC; windows
