Package: rollup
Title: A Tidy Grouping Set Aggregation
Version: 0.1.0
Authors@R: 
   person("Ju Young", "Ahn", , "juyoung.ahn@snu.ac.kr", role = c("aut", "cre"), 
          comment = c(ORCID = "0009-0008-4613-3438"))
Description: A Tidy implementation of 'grouping sets', 'rollup' and 'cube' - extensions of the 'group_by' clause that allow for computing multiple 'group_by' clauses in a single statement. For more detailed information on these functions, please refer to "Enhanced Aggregation, Cube, Grouping and Rollup" <https://cwiki.apache.org/confluence/display/Hive/Enhanced+Aggregation%2C+Cube%2C+Grouping+and+Rollup>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.0
Depends: R (>= 2.10), dplyr, tidyr
LazyData: true
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
Imports: rlang, methods, utils, magrittr, sparklyr
URL: https://juyoungahn.github.io/rollup/
NeedsCompilation: no
Packaged: 2024-08-29 10:35:28 UTC; dan
Author: Ju Young Ahn [aut, cre] (<https://orcid.org/0009-0008-4613-3438>)
Maintainer: Ju Young Ahn <juyoung.ahn@snu.ac.kr>
Repository: CRAN
Date/Publication: 2024-08-29 11:10:04 UTC
Built: R 4.4.3; ; 2025-11-01 05:29:41 UTC; windows
