Package: restorepoint 0.2
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.
Authors:
restorepoint_0.2.tar.gz
restorepoint_0.2.zip(r-4.7)restorepoint_0.2.zip(r-4.6)restorepoint_0.2.zip(r-4.5)
restorepoint_0.2.tgz(r-4.6-any)restorepoint_0.2.tgz(r-4.5-any)
restorepoint_0.2.tar.gz(r-4.7-any)restorepoint_0.2.tar.gz(r-4.6-any)
restorepoint_0.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
restorepoint/json (API)
| # Install 'restorepoint' in R: |
| install.packages('restorepoint', repos = c('https://skranz.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/skranz/restorepoint/issues
Last updated from:586ff0b271 (on master). Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 97 | ||
| source / vignettes | OK | 182 | ||
| linux-release-x86_64 | OK | 86 | ||
| macos-release-arm64 | OK | 124 | ||
| macos-oldrel-arm64 | OK | 100 | ||
| windows-devel | OK | 62 | ||
| windows-release | OK | 60 | ||
| windows-oldrel | OK | 56 | ||
| wasm-release | OK | 88 |
Exports:add.restore.point.testassertbreak.pointcalls.to.traceclone.environmentcopy.into.envdisable.restore.pointsenv.consoleeval.with.error.traceget.restore.point.optionsget.stored.dotsget.stored.object.listis.storingrestore.objectsrestore.pointrestore.point.browserrestore.point.optionsset.storingstore.objects
Dependencies:
