Package: accumulate
Type: Package
Title: Split-Apply-Combine with Dynamic Groups
Version: 0.9.0
Date: 2023-03-03
Authors@R: c( person("Mark", "van der Loo", role=c("aut","cre")
             , email="mark.vanderloo@gmail.com"
             , comment= c(ORCID="0000-0002-9807-4686")))
Maintainer: Mark van der Loo <mark.vanderloo@gmail.com>
Description: Estimate group aggregates, where one can set user-defined conditions
   that each group of records must satisfy to be suitable for aggregation. If
   a group of records is not suitable, it is expanded using a collapsing scheme
   defined by the user. 
License: EUPL
URL: https://github.com/markvanderloo/accumulate
LazyData: TRUE
VignetteBuilder: simplermarkdown
Depends: R (>= 3.5.0)
Suggests: tinytest, simplermarkdown, validate
Encoding: UTF-8
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2023-03-03 16:26:41 UTC; mark
Author: Mark van der Loo [aut, cre] (<https://orcid.org/0000-0002-9807-4686>)
Repository: CRAN
Date/Publication: 2023-03-03 16:40:02 UTC
