debugme
debugme copied to clipboard
Easy and efficient debugging for R packages
(continuation of my Tweet https://twitter.com/henrikbengtsson/status/984323561656483841) Analogously to how you can produce debug messages using: ```r "!DEBUG Hello world: x = `x`" ``` I'd like to run assertion statements that have...
With some regexp or glob notation, e.g.: ``` DEBUGME=shinytest::expect_update;testthat::expect_.* ```
Really enjoy using your package, so here's another feature request: _Allow disabling/suppressing the time diff after each line per debug statement._ For more extensive debug cases I like to print...
It would be great to have full timestamps in addition to/replacing the diff ones on the terminal, as an option. I want to use debugme for logging a web application,...