Package: breakerofchains Title: Break Chained Expressions and Run Them with Printed Output Version: 0.3.2 Authors@R: person(given = "Miles", family = "McBain", role = c("aut", "cre"), email = "miles.mcbain@gmail.com", comment = c(ORCID = "0000-0003-2865-2548")) Description: Run an infix operator expression chain up to the line your cursor is on, printing the output, and ignoring any result assignment step. This facilitates easier interactive debugging of chained code. Common examples of code amenable to breaking with this tool are {dplyr} wrangling chained with `%>%`, and {ggplot2} plotting chained with `+`. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Imports: rstudioapi, sourcetools, dplyr, magrittr, utils Repository: https://milesmcbain.r-universe.dev Date/Publication: 2022-11-13 05:05:20 UTC RemoteUrl: https://github.com/milesmcbain/breakerofchains RemoteRef: main RemoteSha: 5c8d0e176ed2188a14f930a31640bc5465bfb890 NeedsCompilation: no Packaged: 2026-07-11 06:27:40 UTC; root Author: Miles McBain [aut, cre] (ORCID: ) Maintainer: Miles McBain