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✨
card.svg |card.png
restorepoint/json (API)
NEWS
| # 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 | 107 | ||
| source / vignettes | OK | 139 | ||
| linux-release-x86_64 | OK | 109 | ||
| macos-release-arm64 | OK | 82 | ||
| macos-oldrel-arm64 | OK | 90 | ||
| windows-devel | OK | 81 | ||
| windows-release | OK | 80 | ||
| windows-oldrel | OK | 69 | ||
| wasm-release | OK | 96 |
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:
