# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "breakerofchains" in publications use:' type: software license: MIT title: 'breakerofchains: Break Chained Expressions and Run Them with Printed Output' version: 0.3.2 doi: 10.32614/CRAN.package.breakerofchains abstract: 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 `+`. authors: - family-names: McBain given-names: Miles email: miles.mcbain@gmail.com orcid: https://orcid.org/0000-0003-2865-2548 repository: https://milesmcbain.r-universe.dev commit: 5c8d0e176ed2188a14f930a31640bc5465bfb890 contact: - family-names: McBain given-names: Miles email: miles.mcbain@gmail.com orcid: https://orcid.org/0000-0003-2865-2548