gaborcsardi/tamper: Easier Debugging of 'magrittr' Pipes

One difficulty of 'magrittr' pipes is that they make debugging harder. If you don't always write correct code, and you use pipes, then you'll find tamper very useful. It is the 'magrittr' specific alternative of the 'recover' function: when used with 'options(error=tamper)', after an error, it displays the whole pipeline, marks the place of the error, and helps saving the temporary results.

Getting started

Package details

AuthorGabor Csardi, Kirill Muller
MaintainerGabor Csardi <csardi.gabor@gmail.com>
LicenseMIT + file LICENSE
Version1.0.0
URL https://github.com/gaborcsardi/tamper
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("gaborcsardi/tamper")
gaborcsardi/tamper documentation built on May 16, 2019, 4:16 p.m.