# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "maditr" in publications use:' type: software license: GPL-2.0-only title: 'maditr: Fast Data Aggregation, Modification, and Filtering with Pipes and ''data.table''' version: 0.8.4 doi: 10.32614/CRAN.package.maditr abstract: 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'. authors: - family-names: Demin given-names: Gregory email: gdemin@gmail.com repository: https://fastverse.r-universe.dev repository-code: https://github.com/gdemin/maditr commit: d07474ecf53d6bc8167dcd6a55e7dd072b3dbde3 url: https://github.com/gdemin/maditr contact: - family-names: Demin given-names: Gregory email: gdemin@gmail.com