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.

Package details

AuthorSebastian Kranz
MaintainerSebastian Kranz <sebastian.kranz@uni-ulm.de>
LicenseGPL (>= 2)
Version0.1
Package repositoryView on R-Forge
Installation Install the latest version of this package by entering the following in R:
install.packages("restorepoint", repos="http://R-Forge.R-project.org")

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, 4:39 p.m.