Showing 4 of total 4 results (show query)
aphalo
gginnards:Explore the Innards of 'ggplot2' Objects
Extensions to 'ggplot2' providing low-level debug tools: statistics and geometries echoing their data argument. Layer manipulation: deletion, insertion, extraction and reordering of layers. Deletion of unused variables from the data object embedded in "ggplot" objects.
Maintained by Pedro J. Aphalo. Last updated 4 months ago.
datavizdebuggingggplot2-enhancementesggplot2-layer-manipulationinspection
25 stars 9.03 score 378 scripts 3 dependentsskranz
restorepoint:Debugging with Restore Points
Debugging with restore points instead of break points. A restore point stores all local variables when called inside a function. The stored values can later be retrieved and evaluated in a modified R console that replicates the function's environment. To debug step by step, one can simply copy & paste the function body from the R script. Particularly convenient in combination with "RStudio". See the "Github" page inst/vignettes for a tutorial.
Maintained by Roman Zenka. Last updated 9 months ago.
16 stars 6.20 score 79 scripts 42 dependentslewinfox
icecream:Print Debugging Made Sweeter
Provides user-friendly and configurable print debugging via a single function, ic(). Wrap an expression in ic() to print the expression, its value and (where available) its source location. Debugging output can be toggled globally without modifying code.
Maintained by Lewin Appleton-Fox. Last updated 1 years ago.
54 stars 5.19 score 19 scriptsjsugarelli
debugr:Debug Tool to Watch Objects/Expressions While Running an R Script
Tool to print out the value of R objects/expressions while running an R script. Outputs can be made dependent on user-defined conditions/criteria. Debug messages only appear when a global option for debugging is set. This way, 'debugr' code can even remain in the debugged code for later use without any negative effects during normal runtime.
Maintained by Joachim Zuckarelli. Last updated 7 years ago.
debuggerdebuggingdebugging-tool
17 stars 5.04 score 13 scripts