Package: maditr
Type: Package
Title: Fast Data Aggregation, Modification, and Filtering with Pipes
        and 'data.table'
Version: 0.8.5
Maintainer: Gregory Demin <gdemin@gmail.com>
Authors@R: person("Gregory", "Demin", email = "gdemin@gmail.com", role = c("aut", "cre"))
Depends: R (>= 4.4.0)
Imports: data.table (>= 1.12.6), magrittr (>= 1.5)
Suggests: knitr, tinytest, utils, rmarkdown, stats
Description: Provides pipe-style interface for 'data.table'. Package preserves all 'data.table' features without
              significant impact on performance. 'let' and 'take' functions are simplified interfaces for most common data
              manipulation tasks. For example, you can write 'take(mtcars, mean(mpg), by = am)' for aggregation or 
              'let(mtcars, hp_wt = hp/wt, hp_wt_mpg = hp_wt/mpg)' for modification. Use 'take_if/let_if' for conditional
              aggregation/modification. Additionally there are some conveniences such as automatic 'data.frame' 
              conversion to 'data.table'.
License: GPL-2
URL: https://github.com/gdemin/maditr
BugReports: https://github.com/gdemin/maditr/issues
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2024-11-10 15:29:33 UTC; gregory
Author: Gregory Demin [aut, cre]
Repository: CRAN
Date/Publication: 2024-11-11 00:00:05 UTC
