debugme icon indicating copy to clipboard operation
debugme copied to clipboard

Easy and efficient debugging for R packages

Results 24 debugme issues
Sort by recently updated
recently updated
newest added

In general re-think the annotation, debug levels, etc.

feature

(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...

feature

Just write the number of repetitions.

feature

with a regexp?

feature

Would be nice.

idea
feature

With some regexp or glob notation, e.g.: ``` DEBUGME=shinytest::expect_update;testthat::expect_.* ```

idea
feature

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...

feature

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,...

feature