Package: maditr Type: Package Title: Fast Data Aggregation, Modification, and Filtering with Pipes and 'data.table' Version: 0.8.7 Maintainer: Gregory Demin Authors@R: person("Gregory", "Demin", email = "gdemin@gmail.com", role = c("aut", "cre")) Depends: R (>= 3.4.0) Imports: data.table (>= 1.18.0), 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.3 Roxygen: list(markdown = TRUE) Repository: https://gdemin.r-universe.dev Date/Publication: 2026-01-18 23:49:06 UTC RemoteUrl: https://github.com/gdemin/maditr RemoteRef: HEAD RemoteSha: 7beced08881654c86df2b9f49084d48f8651ebe5 NeedsCompilation: no Packaged: 2026-06-20 10:04:09 UTC; root Author: Gregory Demin [aut, cre]