skranz/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 GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("skranz/restorepoint")
skranz/restorepoint documentation built on March 21, 2021, 3:35 a.m.