Package: logrittr Title: A Verbose Pipe Operator for Logging dplyr Pipelines Version: 0.3.0 Authors@R: person("Pressiat", "Guillaume", email = "guillaume.pressiat@gmail.com", role = c("aut", "cre")) Maintainer: Guillaume Pressiat Description: 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. License: GPL-2 URL: https://guillaumepressiat.github.io/logrittr/ BugReports: https://github.com/GuillaumePressiat/logrittr/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: cli (>= 3.0.0), stringr (>= 1.4.0), magrittr Suggests: dplyr, knitr, rmarkdown, lumberjack, R6, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://guillaumepressiat.r-universe.dev Date/Publication: 2026-06-27 10:03:56 UTC RemoteUrl: https://github.com/GuillaumePressiat/logrittr RemoteRef: HEAD RemoteSha: 7590c55071f6096bfd68083ef1a1ea769c5e05f4 NeedsCompilation: no Packaged: 2026-06-27 11:29:43 UTC; root Author: Pressiat Guillaume [aut, cre]