Package: cubelyr
Title: A Data Cube 'dplyr' Backend
Version: 1.0.0
Authors@R: 
    c(person(given = "Hadley",
             family = "Wickham",
             role = c("aut", "cre"),
             email = "hadley@rstudio.com"),
      person(given = "RStudio",
             role = "cph"))
Description: An implementation of a data cube extracted out of
    'dplyr' for backward compatibility.
License: MIT + file LICENSE
Depends: R (>= 3.2)
Imports: dplyr, glue, pillar, purrr, rlang, tibble, tidyselect
Suggests: covr, testthat (>= 2.1.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
URL: https://github.com/hadley/cubelyr
BugReports: https://github.com/hadley/cubelyr/issues
NeedsCompilation: no
Packaged: 2020-02-21 15:08:20 UTC; hadley
Author: Hadley Wickham [aut, cre],
  RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2020-02-29 13:00:02 UTC
