Package: cubelyr Title: A Data Cube 'dplyr' Backend Version: 1.0.2.9000 Authors@R: c( person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")), person("RStudio", role = "cph") ) Description: An implementation of a data cube extracted out of 'dplyr' for backward compatibility. License: MIT + file LICENSE URL: https://github.com/hadley/cubelyr BugReports: https://github.com/hadley/cubelyr/issues Depends: R (>= 3.3) Imports: dplyr, glue, pillar, purrr, rlang, tibble, tidyselect Suggests: covr, testthat (>= 2.1.0) Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.1 Repository: https://hadley.r-universe.dev Date/Publication: 2022-11-07 16:44:20 UTC RemoteUrl: https://github.com/hadley/cubelyr RemoteRef: HEAD RemoteSha: 6c7e00263fd82d1a223d0ebb504e8e84b1cb7380 NeedsCompilation: no Packaged: 2026-06-12 09:10:15 UTC; root Author: Hadley Wickham [aut, cre], RStudio [cph] Maintainer: Hadley Wickham