No packages match
RUnit - R Unit Test Framework
R functions implementing a standard Unit Testing framework, with additional code inspection and report generation tools.
Last updated
11.30 score 3 stars 59 dependents 2.6k scripts 71k 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
debugging
6.34 score 16 stars 55 dependents 83 scripts 36 downloads