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.

Getting started

Package details

AuthorSebastian Kranz [aut, cre], Roman Zenka [ctb]
MaintainerRoman Zenka <zenka.roman@mayo.edu>
LicenseGPL (>= 2)
Version0.2
URL https://github.com/skranz/restorepoint
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("restorepoint")

Try the restorepoint package in your browser

Any scripts or data that you put into this service are public.

restorepoint documentation built on May 2, 2019, 7:47 a.m.