# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "gestalt" in publications use:' type: software license: MIT title: 'gestalt: Tools for Making and Combining Functions' version: 0.2.0 abstract: Provides a suite of function-building tools centered around a (forward) composition operator, %>>>%, which extends the semantics of the 'magrittr' %>% operator and supports 'Tidyverse' quasiquotation. It enables you to construct composite functions that can be inspected and transformed as list-like objects. In conjunction with %>>>%, a compact function constructor, fn(), and a partial-application constructor, partial(), are also provided; both support quasiquotation. authors: - family-names: Ha given-names: Eugene email: eha@posteo.de repository: https://egnha.r-universe.dev repository-code: https://github.com/egnha/gestalt url: https://github.com/egnha/gestalt contact: - family-names: Ha given-names: Eugene email: eha@posteo.de