# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "logrittr" in publications use:' type: software license: GPL-2.0-only title: 'logrittr: A Verbose Pipe Operator for Logging dplyr Pipelines' version: 0.2.0 doi: 10.32614/CRAN.package.logrittr abstract: Provides the `%>=%` pipe operator that logs row counts, column counts, added/dropped columns, and timing at each step of a dplyr pipeline, inspired by the SAS DATA step log. Supports nested pipelines and configurable options for display width, number formatting, and language. authors: - family-names: Guillaume given-names: Pressiat email: guillaume.pressiat@gmail.com repository: https://guillaumepressiat.r-universe.dev repository-code: https://github.com/GuillaumePressiat/logrittr commit: 031bf9f364302b4275e56b36769993d2cabebd9e url: https://guillaumepressiat.github.io/logrittr/ date-released: '2026-05-03' contact: - family-names: Guillaume given-names: Pressiat email: guillaume.pressiat@gmail.com