RUnit - R Unit Test Framework
R functions implementing a standard Unit Testing framework, with additional code inspection and report generation tools.
Last updated 1 years ago
10.72 score 2 stars 57 dependents 1.7k scripts 22k downloadsrestorepoint - 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.
Last updated 9 months ago
debugging
6.20 score 16 stars 42 dependents 79 scripts 103 downloads